Wordpress plugins
WP Radar Chart

WP Radar Chart

Version : 1.4.0
Tested up to : 5.3.3
Number of download : 2
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

WP Radar Chart
WP Radar Chart
WP Radar Chart
WP Radar Chart

WP Radar Charts utilizes chart.js to create radar charts, this is a unique and often under-utilized form of chart. No coding is required to create a chart as WP Radar Chart provides a custom post type named Radar Chart. You’ll be able to create, edit and delete charts using the familiar WP Admin interface. You will then be able to use the WP Radar Chart shortcode to drop the chart in any page, post or other WP component that can render a shortcode. Shortcode usage The shortcode [radar-chart] can be used one of 2 ways. Either set an ID for a Radar Chart you created in the WP Admin, or by passing all the data required to display a radar chart as shortcode attributes. The shortcode DOES NOT support using a mixture of post type and attributes, if you want to use attributes avoid using an “id” attribute and instead provide all 4 of the attributes required to define a radar chart. Example of using a Radar Chart post ID Example shortcode: [radar-chart id=”1″] The example above works for a radar chart with post ID 1. The shortcode requires 4 attributes to define a radar chart. datapoints: title for each datapoint in the datasets, example “Oranges, Bananas, Papayas”. labels: the label for each dataset, example: “Dave, Mary” data: the data for each dataset, example: “(50,75,100), (25,50,125)” background-colors: the background color for each dataset in hex format, example: “#333333, #666666, #999999”

Download now