Grouped Bar Chart Demo
This is an example of a colorful grouped bar chart made with the WP Business Intelligence plugin. The SQL query shown below is a fictional record of a group of seeds half of which were polished and half of which were shined comparing the resulting attributes from the two methods. The information is pulled from a MySQL database that is not the WordPress db.
You can easily add a chart like this line chart to your own website using our free plugin WP Business Intelligence Lite or for more features and functionality purchase our Pro plugin.
Available in
- WP Business Intelligence Lite
- WP Business Intelligence Pro
Features
- Chart Library: Britecharts
- Caption: Off
- Tooltip: On
- Animation: On
SQL Query Example
This is the SQL query used to produce the above demo grouped bar chart from a MySQL database.
SELECT * FROM seed WHERE status IN ("Brilliant", "Shining", "Vibrant", "Vivid")