Donut Chart Demo
This is an example of a colorful donut chart made with the WP Business Intelligence plugin. The SQL query shown below is a fictional record of polished seeds and their resulting attributes pulled from a MySQL db that is not the WordPress database.
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
- Legend: On
- Animation: On
SQL Query Example
This is the SQL query used to produce the above demo donut chart from a MySQL database.
SELECT * FROM seed WHERE category="polished"