वर्णन
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
or2,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!)
स्थापना
Easy
- Search via plugins > add new.
- Find the plugin listed and click activate.
- Use the Shortcode
समीक्षा
योगदानकर्ते आणि विकसक
“MaxiCharts CSV Source add-on” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “MaxiCharts CSV Source add-on” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
-
1.3.2 – bug fix related to file download and write on server
-
1.3.1 – Bug fix on unavailable csv file
-
1.3.0 – Be carefull, big change upgrading underlying php league csv library to 9.x. Should be seemless for existing shortcodes.
-
1.2.4 – Notice: Constant MAXICHARTS_PATH already defined, fixed
-
1.2.3 – bug on information source fixed
-
1.2.2 – bug on csv delimiter if catched from URL
-
1.2.1 – other logger categories
-
1.2 – log fix
-
1.1 – monolog replaced log4php
-
1.0 – module extraction