@canvasjs/stockcharts 1.7.41 → 1.7.43

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,4 +1,4 @@
1
- CanvasJS StockChart - v1.7.41 GA - https://canvasjs.com/
1
+ CanvasJS StockChart - v1.7.43 GA - https://canvasjs.com/
2
2
  Copyright 2024 fenopix
3
3
 
4
4
  --------------------- License Information --------------------
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
- ### Wrappers for Frameworks
124
- * [CanvasJS Angular StockCharts](https://www.npmjs.com/package/@canvasjs/angular-stockcharts)
125
- * [CanvasJS React StockCharts](https://www.npmjs.com/package/@canvasjs/react-stockcharts)
126
- * [CanvasJS Vue StockCharts](https://www.npmjs.com/package/@canvasjs/vue-stockcharts)
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