@canvasjs/stockcharts 1.7.51 → 1.8.1
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 +13 -0
- package/README.md +25 -7
- package/canvasjs.stock.min.js +1075 -1061
- package/package.json +21 -19
- package/license.txt +0 -13
package/LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
CanvasJS StockChart - v1.8.1 GA - https://canvasjs.com/
|
|
2
|
+
Copyright 2024 fenopix
|
|
3
|
+
|
|
4
|
+
--------------------- License Information --------------------
|
|
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.
|
|
6
|
+
https://canvasjs.com/license/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
---------------------Free for Non-Commercial Use--------------------
|
|
10
|
+
|
|
11
|
+
For non-commercial purposes you can use the software for free under Creative Commons Attribution-NonCommercial 3.0 License.
|
|
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
|
+
https://creativecommons.org/licenses/by-nc/3.0/deed.en_US
|
package/README.md
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://www.npmjs.com/~canvasjs" target="_blank">
|
|
3
|
+
<img src="https://canvasjs.com/wp-content/uploads/images/logo/canvasjs-logo-240x100.png" alt="CanvasJS"/>
|
|
4
|
+
</a>
|
|
3
5
|
</div>
|
|
4
6
|
|
|
5
|
-
# CanvasJS JavaScript StockCharts
|
|
6
|
-
CanvasJS StockCharts provides you with a powerful JavaScript StockChart library for creating advanced financial charts for your web pages & applications. StockCharts work well with all the popular Technologies & Frameworks like React, Angular, jQuery, PHP, etc.
|
|
7
|
+
# CanvasJS JavaScript StockCharts - Official
|
|
8
|
+
CanvasJS StockCharts provides you with a powerful [JavaScript StockChart](https://canvasjs.com/javascript-stockcharts/) library for creating advanced financial charts for your web pages & applications. StockCharts work well with all the popular Technologies & Frameworks like React, Angular, jQuery, PHP, etc.
|
|
7
9
|
|
|
8
10
|

|
|
9
11
|
|
|
10
12
|
<br/>
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
### Browser Support
|
|
15
|
+
|
|
16
|
+
| <br/>Chrome | <br/>Edge | <br/>Firefox | <br/>Safari | <br/>IE9+ | <br/>IE8 |
|
|
17
|
+
|:------:|:-------:|:------:|:-----:|:----:|:----:|
|
|
18
|
+
| 4+ ✔ | 12+ ✔ | 3.6+ ✔ | 4+ ✔ | 9+ ✔ | 8 ✔ |
|
|
19
|
+
|
|
20
|
+
<br/>
|
|
21
|
+
|
|
22
|
+
## Important Links
|
|
13
23
|
- [Official Website](https://canvasjs.com/)
|
|
14
24
|
- [JavaScript StockCharts Demo](https://canvasjs.com/javascript-stockcharts/)
|
|
15
25
|
- [Download CanvasJS](https://canvasjs.com/download-html5-charting-graphing-library/)
|
|
16
26
|
- [StockChart Documentation](https://canvasjs.com/docs/stockcharts/basics-of-creating-html5-stockchart/)
|
|
17
|
-
- [
|
|
27
|
+
- [StockChart Support Forum](https://canvasjs.com/forums/forum/stockchart-support/)
|
|
18
28
|
|
|
19
29
|
<br/>
|
|
20
30
|
|
|
@@ -110,5 +120,13 @@ stockChart.render();
|
|
|
110
120
|
|
|
111
121
|
<br/>
|
|
112
122
|
|
|
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)
|
|
128
|
+
|
|
129
|
+
<br/>
|
|
130
|
+
|
|
113
131
|
## License
|
|
114
|
-
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.
|
|
132
|
+
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.
|