Linux 软件免费装
Banner图

Simple Charts

开发者 jacksoggetto
supporthost
更新时间 2023年4月30日 09:59
PHP版本: 5.0 及以上
WordPress版本: 6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

responsive simple bar line chart graph area percent bar pie donut stacked stacked bar step up bar stacked area percent area polar area waterfall easy integration uniform data representation download as image

下载

1.0

详情介绍:

This plugin creates a shortcode you can use to embed charts anywhere inside WordPress. Just add the shortcode, add some options and you are done. You can see it in use on SupportHost website. It loads only 1 javascript (chart.js) and only loads it on the page where you actually use the shortcode. It's so lightweight it won't impact the performances of your website at all. Charts are created with chart.js, so you can hover them and read the data. This simple charts plugin can be a good alternative for plugins like:
  1. ninja charts
  2. easy chart builder
  3. Google graph
Usage After the plugin is active, you can just add the shortcode to your pages or posts (or anywhere you can add a shortcode): [simple_chart type="bar" name="mychart" labels="jan, feb, mar, apr" data="2,9,3,7" label="First series" color="#00ffff" border="#000fff" data_1="7,2,8,1" label_1="Second series" color_1="#000fff" border_1="#0ff00f"] Shorcode parameters: Examples shortcodes: [simple_chart type="bar" labels="2 s, 3 s, 4 s, 5 s, 6 s, 7 s" data="9.6, 13, 17.1, 22.2, 27.4, 32.3" label="Bounce rate %" color="#e8e1fc" data_1="3,4,5,1,2,7" label_1="Label 1" color_1="#ff00ff" options="indexAxis: 'y',plugins: {title: {display: true,text: 'Bounce rate per load time', position:'bottom'}}"] [simple_chart type="bar" labels="2 s, 3 s, 4 s, 5 s, 6 s, 7 s" data="9.6, 13, 17.1, 22.2, 27.4, 32.3" label="Bounce rate %" color="#e8e1fc" options="plugins: {title: {display: true,text: 'Bounce rate per load time', position:'bottom'}}"] 6 Chart types Supported charts types are: 1. Line 2. Bar Chart 3. Doughnut 4. Pie 5. Radar 6. polarArea Extremely simple Just insert the shortcode, add the data and the chart will be shown. Embed anywhere If you can use a shortcode in that content you can add the chart.

安装:

  1. Upload easy-charts to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Create a simple line chart
  • Create an horizontal bar chart with multiple data point
  • Create a bar chart with multiple data point

更新日志:

1.0.0