Linux 软件免费装
Banner图

Plugin Name

开发者 thmufl
更新时间 2017年6月15日 22:59
PHP版本: 3.0.1 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

quotes json map animation csv svg excel chart bubble chart donut chart pie chart chart editor line chart bar chart scatter chart world map countries numbers d3 diagram tsv d3js

下载

0.3 0.7 1.0.2 0.2 0.3.1 0.3.2 0.3.3 0.4 0.4.1 0.5 0.5.1 0.6 0.6.1 0.6.2 0.7.1 0.7.2 0.7.3 0.8 0.8.1 0.9 0.95 0.95.1 1.0 1.0.1 1.0.3 1.0.4 1.0.5 1.0.6

详情介绍:

IPU-Chart will be replaced by Diagram Factory in the near future. The Diagram Factory Plugin is much easier to use because it provides a dialog-based user interface. Try it! IPU-Chart is a Wordpress shortcode to create many different chart types inside your blog or page. It works perfectly on large computer screens as well as on tablets and smaller mobile screens. The data to display can reside directly in the document or it can be fetched from a remote service. IPU-Chart has many options to style a chart. Add your own color palette or use the functions to generate color palettes that come with the plugin. Features Usage To display a bar or line chart inside a post or page add a div element with an id (that’s where the chart will be rendered) and enter the template configuration inside the [ip4] shortcode. Data defined inside the document: ... [ip4]{ "template": ip4.barChart(), "parentElement": "#kcal", "data": { "reader": ip4.dataReader() .data([ {"x": "Apple", "y": 55 }, {"x": "Avocado", "y": 145 }, {"x": "Banana", "y": 95 }, {"x": "Grapefruit", "y": 30 }, {"x": "Kiwi", "y": 55 } ]) }, "d3": { "yLabel": "kilo calories (kcal)" } }[/ip4] To display a line or pie chart just enter ip4.lineChart() or ip4.pieChart() as template. Data refresh the data from an url every 20 seconds: ... [ip4]{ "template": ip4.barChart(), "parentElement": "#kcal", "data": { "reader": ip4.dataReader() .uri("http://example.org/kcal") .interval(20000) }, "d3": { "yLabel": "kilo calories (kcal)" } }[/ip4] Note for existing users: The attribute-based, old interface is still included in the plugin. Further Information
  1. The ip4 User Guide for detailed descriptions and examples.
  2. The IPU-Chart User Guide for the legacy interface.
  3. The Support Forum.

安装:

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

屏幕截图:

  • Bar Chart
  • Pie Chart
  • Line Chart

升级注意事项:

1.0.6 IPU-Chart will be replaced by Diagram Factory in the near future. The Diagram Factory Plugin is much easier to use because it provides a dialog-based user interface. Attention: Since the two plugins use different library versions (of d3), they can unfortunately not be activated in parallel. 1.0.4
  • Maintenance release, updated d3 library.
  • Minor bug fixes.

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 0.95.1 0.95 0.9 0.8.1 0.8 0.7.3 0.7.2 0.7.1 0.7 0.6.2 0.6.1 0.6 0.5.1 0.5 0.4.1 0.4 0.3.3 0.3.1 0.3 0.2 0.1