Widget:Chartjs pie: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 12: | Line 12: | ||
<!--{counter name="counterDonut" assign="countDonut"}--> | <!--{counter name="counterDonut" assign="countDonut"}--> | ||
<!--{math equation='rand(0,1000)' assign="randomValue"}--> | <!--{math equation='rand(0,1000)' assign="randomValue"}--> | ||
<!--{assign | <!--{assign var=time value=time()}--> | ||
<!--{$ID = "donut-$countDonut-$time-$randomValue"}--> | <!--{$ID = "donut-$countDonut-$time-$randomValue"}--> | ||
| Line 26: | Line 26: | ||
function makeItemArray(itemString) { | function makeItemArray(itemString) { | ||
let itemArray = itemString.split(", "); | let itemArray = itemString.split(", "); | ||
for ( | for (var i = 0; i< itemArray.length; i++) { | ||
itemArray[i] = itemArray[i].trim(); | itemArray[i] = itemArray[i].trim(); | ||
} | } | ||
| Line 34: | Line 34: | ||
let labels = makeItemArray('<!--{$data_labels|default:''}-->'); | let labels = makeItemArray('<!--{$data_labels|default:''}-->'); | ||
let dataIdentifier = '<!--{$data_identifier|default:''}-->'; | let dataIdentifier = '<!--{$data_identifier|default:''}-->'; | ||
dataIdentifier = dataIdentifier.trim; | dataIdentifier = dataIdentifier.trim(); | ||
let colors = makeItemArray('<!--{$colors|default:''}-->'); | let colors = makeItemArray('<!--{$colors|default:''}-->'); | ||
let dataSeries = makeItemArray('<!--{$data_series|default:''}-->'); | let dataSeries = makeItemArray('<!--{$data_series|default:''}-->'); | ||
Revision as of 08:14, 19 March 2024
This widget allows you to add ... widget to your wiki page.
Created by [idea-sketch.com idea-sketch.com]
Using this widget
For information on how to use this widget, see ...
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Chartjs pie.