WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Massoud Shakeri v1.0.6

Blazing Charts

A plugin to easily allow you to add interactive charts and maps by using a collection of Charting libraries.

Blazing Charts

The facts

Rating
5★ from 4
Active installs
100+
Price
Free
Last updated
23 Mar 2018
Added
Sep 2015
Requires WP
3.0.1
Tested up to
WP 4.9.31
Downloads
8,709

Our analysis

AI-assisted

Blazing Charts is a WordPress plugin that allows you to create chart code snippets for your posts or pages using various charting libraries. You can use the 'BlazingChart' shortcode to insert these snippets, specifying the chart type, source, function, and options as parameters. The plugin supports multiple libraries including HighCharts.js, Morris.js, and Google Charts among others.

This plugin is suitable for users who want to incorporate interactive charts into their WordPress site without needing to develop their own charting solutions. It is particularly useful for those who are familiar with shortcode usage and have existing data sources for chart generation.

Best for: Users looking to add interactive charts to their WordPress site using existing charting libraries.

What it does well

  • Supports multiple charting libraries
  • Allows custom functions for data extraction
  • Easy integration with shortcodes

Where it falls short

  • Limited documentation on usage
  • Last updated in March 2018

Verdict

Blazing Charts provides a straightforward way to implement various charting libraries in WordPress, but its outdated status may limit support and compatibility.

From the developer

Massoud Shakeri's own description of Blazing Charts, lightly tidied.

We are not going to re-invent the wheel, and this plugin is not going to give you another charting library. This purpose of this plugin is to let you get the most out of charting libraries that already exist and are awesome. There are many of them out there, and most of them are free. Many of the other commercial libraries are free for a personal or non-profit project, or have a free branded version, which may have a small link to their website.

Here is a list of libraries currently added to the collection. If you know another charting library, compatible with GPL license, please inform us to add it.

  • HighCharts.js: The library used (disabled by default) is a free version with a small link to their website, and can be used if the user’s site opts in to link. This plugin does NOT substitute HighCharts terms of use. HighCharts use is free for a personal or non-profit project under the Creative Commons Attribution-NonCommercial 3.0 License.
    Please refer to HighCharts license page http://shop.highsoft.com/highcharts.html to check the HighCharts precise license conditions.
  • Morris.js
  • ZingChart: The library used (disabled by default) is a free branded version, and can be used if the user’s site opts in to link. This plugin does NOT substitute ZingChart terms of use.
    Please refer to ZingChart license page https://www.zingchart.com/buy/details/branded-license/ to check the ZingChart precise license conditions.
  • Chart.js
  • Google Charts: by loading Google’s JSAPI library loader remotely (as a service), and then using it to load the visualization library and other packages
  • D3.js
  • Chartist.js
  • Smoothie Charts
  • Flot Charts

Please refer to the license page of a library you want to use to check the precise license conditions.

What does this plugin do?

This plugin allows you to create chart code snippets, which can be inserted into the posts or pages by using the shortcode of “BlazingChart”.

Another scenario is you have a function, defined in another plugin or in your theme, which extracts data from database and produces the scripts for the chart. Then you can give the name of that function as a parameter to the shortcode, so the function is called and the output of that function will be inserted in the page.
The “BlazingChart” shortcode can have up to 4 parameters:

  1. “charttype”:
    The first parameter of that shortcode tells which Charting library you want to use. At the moment the value of this parameter can be one of these:
  • highcharts: for HighCharts.js
  • morris: for Morris.js
  • zingchart: for ZingChart
  • chartjs: for Chart.js
  • google: for Google Charts
  • d3: for D3.js
  • chartist: for Chartist.js
  • smoothie: Smoothie Charts
  • flot: for Flot library

Other than Google Charts which does not have a local version of library, all the other libraries are included in this plugin. Some of them are hosted on a CDN as well. So by changing the settings, you can easily switch between remote or local chart/map libraries.

  1. “source”:
    The second parameter specifies the user-friendly slug of the chart snippet as the source of script and data for the chart.

  2. “function”:
    If a function, defined in another plugin or in the theme, is going to produce the data and script for the chart, the name of that function can be given as the value of this parameter. This value can be not only a function name, but also other types of callbacks, like “Foo::method”, “array(‘Foo’, ‘method’)”, or “array($obj, ‘method’)”.

  3. “options”:
    Some of the charting libraries are just a single file. But others, like Flot, are divided to a main library and several auxiliary libraries, to make it lighter and more efficient. By using this parameter, you can give a comma separated list of auxiliary libraries of the main library to load. Here is the list of options for each library:

  • HighCharts.js: more, 3d, exporting
  • D3.js : pie, nvd3
  • Chart.js : bundle
  • Flot Charts : colorhelpers, canvas, categories, crosshair, errorbars, fillbetween, image, navigate, pie, resize, selection, stack, symbol, threshold, time

How Charting libraries are used?

To include JavaScript files efficiently, none of these libraries are enqueued, until the shortcode of “BlazingChart” appears in a post or a widget. The plugin loads only one of these libraries, specified by “charttype” parameter. Moreover, to load the page faster, that library is loaded in the footer.

You can also use a built-in PHP function to invoke the chart anywhere in your template:

<?php
// define the parameters
$patts= array(
“charttype” => “name of one of the aforementioned charting libraries”,
“source” => “slug of the chart snippet”,
“options” => “auxiliary libraries to load”
);
// call the function to invoke the shortcode handler
blazing_charts_insert($patts);
?>

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for charts and graphs.

SureRank SEO

Lightweight SEO assistant for meta tags, schema and structured data, XML sitemaps, Open Graph previews, robots...

Free 400k+ installs 4.8★ (41)
WP Data Access

Turn your data into WordPress apps with tables, forms, charts &amp; maps — no code required, with optional hoo...

Free 10k+ installs 4.9★ (88)
Interactive Image Map Plugin

Create interactive images with clickable hotspots, using modern image maps for WordPress. Perfect for floor pl...

Free 20k+ installs 4.9★ (114)
wpDataTables

The best WordPress table plugin. Create responsive, and searchable tables and charts from Excel (.xlsx, .xls o...

Free 70k+ installs 4.5★ (449)
Social Preview and Open Graph Tags

Control how your WordPress posts, pages, WooCommerce products, and custom post types look when shared on Faceb...

Free 40k+ installs 4.6★ (122)
OG

OG

85

The simple method to add Open Graph metadata to your entries so that they look great when shared on sites.

Free 30k+ installs 4.8★ (216)