@canvasjs/charts 3.7.6 → 3.7.8

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 CHANGED
@@ -1,13 +1,13 @@
1
- CanvasJS HTML5 & JavaScript Charts - v3.7.6 GA - https://canvasjs.com/
1
+ CanvasJS Chart - v3.7.7 GA - https://canvasjs.com/
2
2
  Copyright 2023 fenopix
3
3
 
4
-
5
4
  --------------------- License Information --------------------
6
- CanvasJS 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.
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.
7
6
  https://canvasjs.com/license/
8
7
 
9
8
 
10
9
  ---------------------Free for Non-Commercial Use--------------------
10
+
11
11
  For non-commercial purposes you can use the software for free under Creative Commons Attribution-NonCommercial 3.0 License.
12
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
13
  https://creativecommons.org/licenses/by-nc/3.0/deed.en_US
package/README.md CHANGED
@@ -14,7 +14,7 @@ CanvasJS is a JavaScript Charting Library for creating interactive charts & grap
14
14
  - [Official Website](https://canvasjs.com/)
15
15
  - [JavaScript Charts Demo](https://canvasjs.com/javascript-charts/)
16
16
  - [Download CanvasJS](https://canvasjs.com/download-html5-charting-graphing-library/)
17
- - [Chart Documentation](https://canvasjs.com/docs/)
17
+ - [Chart Documentation](https://canvasjs.com/docs/charts/basics-of-creating-html5-chart/)
18
18
  - [CanvasJS Support Forum](https://canvasjs.com/forums/)
19
19
  <br/><br/>
20
20
 
@@ -68,6 +68,14 @@ You can download the JavaScript charting library along with examples from our of
68
68
  ```
69
69
  <script src="canvasjs.min.js"></script>
70
70
  ```
71
+
72
+ <br/>
73
+
74
+ ### Wrappers for Frameworks
75
+ * [CanvasJS Angular Charts](https://www.npmjs.com/package/@canvasjs/angular-charts)
76
+ * [CanvasJS React Charts](https://www.npmjs.com/package/@canvasjs/react-charts)
77
+ * [CanvasJS Vue Charts](https://www.npmjs.com/package/@canvasjs/vue-charts)
78
+
71
79
  <br/>
72
80
 
73
81
  #### Interactive JavaScript Charts
@@ -86,4 +94,4 @@ You can download the JavaScript charting library along with examples from our of
86
94
  <br/><br/>
87
95
 
88
96
  ## License
89
- 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.
97
+ 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.