@canvasjs/stockcharts 1.7.6 → 1.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 StockCharts - v1.7.6 GA - https://canvasjs.com/
1
+ CanvasJS StockChart - v1.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 StockChart 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
@@ -16,7 +16,7 @@ CanvasJS StockCharts provides you with a powerful JavaScript StockChart library
16
16
  - [JavaScript StockCharts Demo](https://canvasjs.com/javascript-stockcharts/)
17
17
  - [Download CanvasJS](https://canvasjs.com/download-html5-charting-graphing-library/)
18
18
  - [StockChart Documentation](https://canvasjs.com/docs/stockcharts/basics-of-creating-html5-stockchart/)
19
- - [CanvasJS Support Forum](https://canvasjs.com/forums/forum/stockchart-support/)
19
+ - [StockChart Support Forum](https://canvasjs.com/forums/forum/stockchart-support/)
20
20
 
21
21
  <br/>
22
22
 
@@ -112,5 +112,12 @@ stockChart.render();
112
112
 
113
113
  <br/>
114
114
 
115
+ ### Wrappers for Frameworks
116
+ * [CanvasJS Angular StockCharts](https://www.npmjs.com/package/@canvasjs/angular-stockcharts)
117
+ * [CanvasJS React StockCharts](https://www.npmjs.com/package/@canvasjs/react-stockcharts)
118
+ * [CanvasJS Vue StockCharts](https://www.npmjs.com/package/@canvasjs/vue-stockcharts)
119
+
120
+ <br/>
121
+
115
122
  ## License
116
- 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.
123
+ Commercial use of CanvasJS StockChart 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.