Gojs Remove Watermark Jun 2026
You apply the license key by setting the go.Diagram.licenseKey string. You should do this before you create any diagrams. javascript
GoJS is a powerful JavaScript library used for building interactive diagrams, charts, and graphs. However, the free evaluation version includes a prominent watermark in the corner of the canvas. While this watermark is harmless during development, you must remove it before deploying your application to a production environment. gojs remove watermark
Bypassing the license disqualifies your project from receiving official technical support and software updates, leaving your application vulnerable to compatibility issues with newer browser versions. You apply the license key by setting the go
: The watermark may appear if you access your site via an IP address (e.g., 192.168.1.5 ) instead of localhost , unless that IP is licensed. However, the free evaluation version includes a prominent
The GoJS watermark is not a bug; it is a feature of the unlicensed software. The only way to remove it is to:
: Add the following line to your code before diagram initialization: go.Diagram.licenseKey = "YOUR_KEY_HERE"; .
Searching for puts you at a crossroads.