Osnic Charts

Create interactive charts using HTML5 canvas, Supports 6 types of charts, Creat at backend and easily add in your post

Author:Yashan Mittal (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:4.0.1
Plugin version:1.2
Added to WordPress repository:01-10-2014
Last updated:27-01-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:66
Rated by:3
Plugin URI:http://www.osnictech.com
Total downloads:1 154
Active installs:20+
plugin download
Click to start download

Osnic Charts allows to create and preview interactive charts at backend using canvasjs library. You can add these charts to your posts using short-codes. It creates responsive charts which are compatible on all devices i.e computers, tablets and mobile screens. You just have to define comma separated values for your chart and it will interactive charts for you. Supports six types of charts -

1.Column Chart 2. Line Chart 3. Spline Chart 4. Area Chart 5. Pie Chart 6. Doughnut Chart

Usage

Create a chart by filling in the form and save the chart. Now you can use the following short-code in your post to add it in your post -

[osnic_charts id="id"]

id is to be replaced with the chart id. For ex -

[osnic_charts id="5"]

where 5 is the chart id.

The default height and width of the chart is 300x300. You can edit chart width and height easily by passing it in shortcode. Add the following parameters in shortcode -

[osnic_charts id="id" width="integer value" height="integer value"]

For ex -

[osnic_charts id="5" width="500" height="400"]

The above shortcode will create a chart of width 400px and height 400px.