To activate your license and hide the watermark, you must set the go.Diagram.licenseKey property before creating any diagrams. javascript
Removing the watermark is just one perk. A paid license also provides: gojs remove watermark
// This must be done before initializing your diagram go.Diagram.licenseKey = "YOUR_LICENSE_KEY_HERE"; const myDiagram = new go.Diagram("myDiagramDiv", { // your configuration }); Use code with caution. 🛠️ Common Troubleshooting To activate your license and hide the watermark,
Access to the engineers who built the library. Updates: Regular feature additions and security patches. const myDiagram = new go.Diagram("myDiagramDiv"
The GoJS watermark is a small text overlay, typically appearing in the bottom-right corner of the canvas. It serves as a visual indicator of the library’s licensing status. It appears by default during evaluation.