Does anyone know of a WP plugin that can generate charts based on shortcode parameters?
i.e. something like this [chart type="bar" values="1,2,4,7,3"]
, [chart type="pie" values="43,32,38"]
so there is no need to upload .txt/.csv files, use Google Sheets, etc.
Thanks!
PS: We need to be shortcode based because of the way our site works (a database generates some of the content).
Does anyone know of a WP plugin that can generate charts based on shortcode parameters?
i.e. something like this [chart type="bar" values="1,2,4,7,3"]
, [chart type="pie" values="43,32,38"]
so there is no need to upload .txt/.csv files, use Google Sheets, etc.
Thanks!
PS: We need to be shortcode based because of the way our site works (a database generates some of the content).
Share Improve this question asked May 25, 2018 at 13:28 LouisaLouisa 2054 silver badges10 bronze badges3 Answers
Reset to default 1I think you need a customized plugin to realize this. What chart engine will you use? You probably have to create a new function in function.php
. I recently realized a Google chart plugin to show data in a graph. Maybe this topic will help you: Dynamic data in `wp_register_script` needed
Here is a list of plugins I found for a similar purpose several years ago. You can see it any still work. There are likely more now.
https://wordpress/plugins/visualizer
https://wordpress/plugins/rj-quickcharts
https://wordpress/plugins/easy-chart-builder
https://wordpress/plugins/wp-charts
https://wordpress/plugins/protovis-loader
https://wordpress/plugins/jquery-visualize-for-wordpress
https://wordpress/plugins/tally-graph
https://wordpress/plugins/fotherplot
https://wordpress/plugins/google-chart-shortcode
https://wordpress/plugins/google-chart-generator
https://wordpress/plugins/simple-graph
Did you find one?
It seems such a trivial thing... a shortcode to create a pie chart on the fly.
The best I've found is TP Piebuilder, but I wasn't overly keen on the look and feel. I just need a simple pie chart :/
http://www.petreview.co.uk/dog/dry-food/naturediet/
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745134663a4613144.html
评论列表(0条)