Chart.js Line Chart Demo

This is an example of a line chart made with the WP Business Intelligence Pro plugin. The SQL query shown below is a dataset of data about Facebook’s stock price from 2013 to 2018.

You can easily add a chart like this to your website using our premium plugin WP Business Intelligence Pro. Not only will you get awesome line charts like this one for you WordPress website, but you’ll get tons of other charts / tables / graphs / counters to use, a bunch of premium features, and a full year of premium support.

Available in

  • WP Business Intelligence Pro

Features

  • Chart Library: Chart.js
  • Caption: On

SQL Query Example

This is the SQL query used to produce the above demo line chart from a MySQL database.

Select * from stocks where symbol="facebook"