@canvasjs/stockcharts 1.7.7 → 1.7.9
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/README.md +7 -0
- package/canvasjs.stock.min.js +1002 -1043
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
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.
|