MaxiCharts CSV Source add-on

plugin banner

Create beautiful HTML5 charts from CSV files datas with a simple shortcode. Requires free [MaxiCharts](http://www.gravityformschartsreports.

Author:MaxiCharts (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.8.1
Plugin version:1.3.2
Added to WordPress repository:22-06-2017
Last updated:20-09-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:90
Rated by:2
Plugin URI:https://maxicharts.com/
Total downloads:2 713
Active installs:60+
plugin download
Click to start download

Create beautiful HTML5 charts from CSV files datas with a simple shortcode. Requires free MaxiCharts plugin.

Usage

Use shortcode csv2chartjs

[csv2chartjs url="https://maxicharts.com/wp-content/uploads/2017/04/mysuperfilewithdata.csv" type="bar" width="100%" delimiter=";" rows="2-13" columns="0-5" xaxislabel="%" information_source='<a target="_blank" href="https://specify_data_source">Data source</a>'/]

with parameters:

  • url : required, must be the URL or the absolute path to the file on your server
  • delimiter : delimiter used in your csv file, defaults to ,
  • columns : columns to graph, just one, or a range 0-5 or 2,4-7 or something else
  • rows : rows to graph (first is considered header)
  • information_source : any string specify where the data come from (good practice!)

>> Demonstration site <<
>> More demos <<


ChangeLog