Releases: vishwas-r/WP-CanvasJS
v1.5
v1.4
v1.3
Chart / StockChart Features:
- Option to pass chart-options /stockchart-options from json file
Examples:
- Regular way of passing options
[canvasjschart options="{title:{text: 'CanvasJS Column Chart1'}, data: new Array({dataPoints: new Array({ label: 'apple', y: 10 },{ label: 'orange', y: 15 },{ label: 'banana', y: 25 },{ label: 'mango', y: 30 },{ label: 'grape', y: 28 })})}" style="width:100%;height:360px"]
- Passing options from json-file
[canvasjschart optionsUrl="https://api.npoint.io/5448b28da1502b036561" style="width:100%;height:360px"]
Disabled verison number while loading script
Disabled adding version number while loading script (https://wordpress.stackexchange.com/a/52457)
CanvasJS Chart & StockChart
Bug Fixes
- Changing the source of script was not possible
Charts & StockCharts for WordPress Posts & Pages
Add CanvasJS Chart & StockChart to your WordPress Posts & Pages easily. In this version, I've updated the admin panel where you can change the link to script files (if you have commercial version).
CanvasJS StockCharts for WordPress Posts & Pages
In this release, I have added support to CanvasJS StockChart. The plugin lets you add CanvasJS Chart and StockChart in your WordPress page or post easily.
Note: CanvasJS StockChart is still in Beta
CanvasJS Charts for WordPress Posts & Pages
WP-CanvasJS-Charts allows you to create and add interactive charts to your WordPress page and posts using CanvasJS library. In this release, Plugin settings has been added to Admin Menu.