We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbb0d1 commit c5fea78Copy full SHA for c5fea78
1 file changed
src/components/Diagram.tsx
@@ -62,6 +62,7 @@ export class DiagramWrapper extends React.Component<DiagramProps, {}> {
62
*/
63
private initDiagram(): go.Diagram {
64
const $ = go.GraphObject.make;
65
+ // set your license key here before creating the diagram: go.Diagram.licenseKey = "...";
66
const diagram =
67
$(go.Diagram,
68
{
0 commit comments