@canvasjs/stockcharts 1.7.5 → 1.7.51
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 +2 -2
- package/canvasjs.stock.min.js +1 -1
- package/license.txt +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,8 +45,8 @@ You can download the JavaScript stockchart library along with examples from our
|
|
|
45
45
|
Once you have installed the package, you can start using CanvasJS StockCharts in your project. CanvasJS StockCharts can be imported using different module formats like AMD, CommonJS, etc.
|
|
46
46
|
```
|
|
47
47
|
//Load CanvasJS StockCharts
|
|
48
|
-
import * as CanvasJS from
|
|
49
|
-
//var CanvasJS = require(
|
|
48
|
+
import * as CanvasJS from "@canvasjs/stockcharts";
|
|
49
|
+
//var CanvasJS = require("@canvasjs/stockcharts");
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
Define container for the stockchart.
|
package/canvasjs.stock.min.js
CHANGED
package/license.txt
CHANGED