Horizontal Bar Chart Demo
This is an example of a horizontal bar chart made with the WP Business Intelligence Pro plugin that includes a caption below the chart. The SQL query shown below is a fictional record of variables ascribed to seeds in a MySQL database table from a db that is secondary to the WordPress database.
You can easily add a chart like this horizontal bar chart to your own website using our plugin WP Business Intelligence Pro which comes with more beautiful charts and features for building your own BI Dashboards and rich charts and graphs.
Available in
- WP Business Intelligence Pro
Features
- Chart Library: Britecharts
- Caption: On
- Tooltip: On
- Animation: On
SQL Query Example
This is the SQL query used to produce the above demo horizontal bar chart from a MySQL database.
SELECT * FROM seed WHERE status IN ("Brilliant", "Shining", "Vibrant", "Vivid")