Home Forums Chart Support Integrate commercial CanvasJs into CI Reply To: Integrate commercial CanvasJs into CI

#60182

@eszlariz2,

You can host the commercial version of the CanvasJS chart package (@canvasjs/charts) on your own server by following these steps:

  1. Compress the package into a .tar.gz file.
  2. Upload the compressed file to your server.
  3. In your package.json, reference the package using the URL of your server, like this:

@canvasjs/charts": "https://your-server.com/packages/canvasjs-charts-v3.10.16.tar.gz

This approach avoids conflicts with public npm versions and integrates smoothly into your CI system. Please refer to this article for more information.

—-
Manoj Mohan
Team CanvasJS