Gojs Remove Watermark -
Removing the GoJS watermark is officially done by purchasing a license from Northwoods Software . The watermark appears when using the evaluation version Google Groups
// 1. Define your license key const myLicenseKey = "YOUR_LICENSE_KEY_HERE"; // 2. Initialize the diagram const $ = go.GraphObject.make; const diagram = $(go.Diagram, "myDiagramDiv", // Other diagram properties... ); // 3. Apply the license key diagram.licenseKey = myLicenseKey; Use code with caution. Best Practice: Setting the Key Globally
Once you purchase a license, you will be provided with a . 2. Implement the License Key (For Version 1.7+) gojs remove watermark
If you are looking to purchase a license to remove the watermark, you can start the process on the GoJS pricing page.
If you are a developer working with interactive diagrams, flowcharts, or organizational charts in JavaScript, you have almost certainly encountered (Go GraphJS). Developed by Northwoods Software, GoJS is the gold standard for building complex, data-rich visualizations. Removing the GoJS watermark is officially done by
GoJS is a powerful JavaScript library for creating interactive diagrams, flowcharts, and graphs. When you use the (evaluation) version of GoJS, a small watermark appears in the bottom-left corner of every diagram that says: "© Northwoods Software. Licensed only for evaluation."
<!-- Load GoJS library --> <script src="go.js"></script> <script> // Set license key before creating diagram go.Diagram.licenseKey = "YOUR-GENERATED-KEY-HERE"; Initialize the diagram const $ = go
The evaluation version is fully functional and contains all the features of the paid version. However, the watermark will persist on the canvas until a valid license key is supplied to the GoJS runtime environment. The Legal and Correct Way: Purchasing a License
Ensure your GoJS library version matches the version supported by your purchased license. Upgrading major versions of GoJS often requires renewing your software subscription to get an updated key.
However, if you have ever used the unlicensed version of GoJS in a development environment—or accidentally deployed a trial version to production—you have seen it: the dreaded . This semi-transparent overlay typically reads "Trial Version" or "GoJS Evaluation" and sits stubbornly on top of your beautiful diagrams.
If you have purchased a license, applied the key, but the "Powered by GoJS" message remains, check the following:
