Skip to content

Releases: vishwas-r/WP-CanvasJS

v1.5

01 Sep 12:57
66ab701
Compare
Choose a tag to compare

Added CanvasJS assets to the plugin & removed unnecessary code

v1.4

01 Sep 12:47
Compare
Choose a tag to compare

Added CanvasJS scripts as assets & load it unless you have commercial version

v1.3

19 Sep 06:05
Compare
Choose a tag to compare

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

19 Aug 10:36
f980bbf
Compare
Choose a tag to compare

CanvasJS Chart & StockChart

16 Nov 10:10
Compare
Choose a tag to compare

Bug Fixes

  • Changing the source of script was not possible

Charts & StockCharts for WordPress Posts & Pages

14 Aug 12:26
Compare
Choose a tag to compare

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

14 Aug 12:03
Compare
Choose a tag to compare

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

17 Jul 06:28
Compare
Choose a tag to compare

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.