Step Chart Demo
This is an example of a step chart made with the WP Business Intelligence plugin. Step charts are similar to bar charts but designed to make the query set look like a set of steps. The chart above was generated using an SQL query on a database secondary to the WordPress database. The SQL query shown below displays how a fictional set of data was pulled from the MySQL database to be displayed in this demo chart.
You can easily add a chart like this step chart to your own website using our plugin WP Business Intelligence Pro which comes with more beautiful charts and features.
Available in
- 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 step chart from a MySQL database.
SELECT * FROM seed WHERE category="polished"