@canvasjs/charts 3.7.5 → 3.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ CanvasJS Chart - v3.7.7 GA - https://canvasjs.com/
2
+ Copyright 2023 fenopix
3
+
4
+ --------------------- License Information --------------------
5
+ CanvasJS Chart is a commercial product which requires purchase of license. Without a commercial license you can use it for evaluation purposes for upto 30 days. Please refer to the following link for further details.
6
+ https://canvasjs.com/license/
7
+
8
+
9
+ ---------------------Free for Non-Commercial Use--------------------
10
+
11
+ For non-commercial purposes you can use the software for free under Creative Commons Attribution-NonCommercial 3.0 License.
12
+ A credit Link is added to the chart which should be preserved. Refer to the following link for further details on the same.
13
+ https://creativecommons.org/licenses/by-nc/3.0/deed.en_US
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <div align="center">
2
- <img src="https://canvasjs.com/wp-content/uploads/images/logo/canvasjs-logo-240x100.png" alt="CanvasJS"/>
2
+ <a href="https://www.npmjs.com/~canvasjs" target="_blank">
3
+ <img src="https://canvasjs.com/wp-content/uploads/images/logo/canvasjs-logo-240x100.png" alt="CanvasJS"/>
4
+ </a>
3
5
  </div>
4
6
 
5
7
  # CanvasJS JavaScript Charts
@@ -12,7 +14,7 @@ CanvasJS is a JavaScript Charting Library for creating interactive charts & grap
12
14
  - [Official Website](https://canvasjs.com/)
13
15
  - [JavaScript Charts Demo](https://canvasjs.com/javascript-charts/)
14
16
  - [Download CanvasJS](https://canvasjs.com/download-html5-charting-graphing-library/)
15
- - [Chart Documentation](https://canvasjs.com/docs/)
17
+ - [Chart Documentation](https://canvasjs.com/docs/charts/basics-of-creating-html5-chart/)
16
18
  - [CanvasJS Support Forum](https://canvasjs.com/forums/)
17
19
  <br/><br/>
18
20
 
@@ -66,10 +68,11 @@ You can download the JavaScript charting library along with examples from our of
66
68
  ```
67
69
  <script src="canvasjs.min.js"></script>
68
70
  ```
71
+
69
72
  <br/>
70
73
 
71
74
  #### Interactive JavaScript Charts
72
- ![JavaScript Interactive Charts](https://canvasjs.com/wp-content/uploads/images/npm/chart-interactivity.gif)
75
+ <a href="https://canvasjs.com/javascript-charts/column-line-area-chart/"><img src="https://canvasjs.com/wp-content/uploads/images/npm/chart-interactivity.gif" alt="JavaScript Interactive Charts"></a>
73
76
 
74
77
  <br/>
75
78
 
@@ -84,4 +87,4 @@ You can download the JavaScript charting library along with examples from our of
84
87
  <br/><br/>
85
88
 
86
89
  ## License
87
- Commercial use of CanvasJS requires a commercial license. Without a commercial license you can use it for evaluation (or demonstrations/testing) purposes. Students, Educational Institutions, Personal Websites using CanvasJS for non-commercial purposes are qualified for the free license. Check out [License Page](https://canvasjs.com/license/) to know more about licenses.
90
+ Commercial use of CanvasJS Chart requires a commercial license. Without a commercial license you can use it for evaluation (or demonstrations/testing) purposes. Students, Educational Institutions, Personal Websites using CanvasJS for non-commercial purposes are qualified for the free license. Check out [License Page](https://canvasjs.com/license/) to know more about licenses.