@canvasjs/stockcharts 1.7.40 → 1.7.42
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 +1 -1
- package/README.md +6 -5
- package/canvasjs.stock.min.js +617 -618
- package/package.json +5 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ CanvasJS StockCharts provides you with a powerful [JavaScript StockChart](https:
|
|
|
19
19
|
|
|
20
20
|
<br/>
|
|
21
21
|
|
|
22
|
-
## Links
|
|
22
|
+
## Important Links
|
|
23
23
|
- [Official Website](https://canvasjs.com/)
|
|
24
24
|
- [JavaScript StockCharts Demo](https://canvasjs.com/javascript-stockcharts/)
|
|
25
25
|
- [Download CanvasJS](https://canvasjs.com/download-html5-charting-graphing-library/)
|
|
@@ -120,10 +120,11 @@ stockChart.render();
|
|
|
120
120
|
|
|
121
121
|
<br/>
|
|
122
122
|
|
|
123
|
-
###
|
|
124
|
-
* [
|
|
125
|
-
* [
|
|
126
|
-
* [
|
|
123
|
+
### Related StockChart Packages
|
|
124
|
+
* [React StockCharts](https://www.npmjs.com/package/@canvasjs/react-stockcharts)
|
|
125
|
+
* [Angular StockCharts](https://www.npmjs.com/package/@canvasjs/angular-stockcharts)
|
|
126
|
+
* [Vue StockCharts](https://www.npmjs.com/package/@canvasjs/vue-stockcharts)
|
|
127
|
+
* [jQuery StockCharts](https://www.npmjs.com/package/@canvasjs/jquery-stockcharts)
|
|
127
128
|
|
|
128
129
|
<br/>
|
|
129
130
|
|