'Responsive Charts' uses the HTML5 canvas element. It supports all modern browsers, and polyfills provide support for IE8.
Animated Chart Types
'Responsive Charts' allows you to create HTML5 animated charts easily in WordPress.
Wordpress
You can install the plugin by performing following steps:
FTP
You can install the plugin by performing following steps:
Now that you've installed the plugin, let’s create your first chart.
Navigate to Charts > Add New
On the next page you will find Chart Settings
Below the Chart Settings section you'll find Style Settings
You'll see different options in the Style Section depending on what Chart Type in the Chart Settings section is selected. Altering these settings will change the overall appearance of the chart.
Below the Style Settings section you'll find Response Options
In the Response Options sections you can add your data set.
Click on 'Add Option' for each addition option you want to include on your chart.
Once you're happy with the above settings, click on 'update' to save the chart.
Charts can be displayed in a post or page using shortcode. Alternatively, template files usage can be used to display a chart elsewhere on a WordPress website.
Navigate to Charts > Edit
Copy the shortcode at the top of the settings and paste it into the post or page you want the chart to display.
Shortcode: [chart id="ID"]
Template files usage: <?php echo do_shortcode("[chart id=ID]"); ?>
Display a random chart: [chart random]