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 let=time value=time()}--> | ||
<!--{$ID = "donut-$countDonut-$time-$randomValue"}--> | <!--{$ID = "donut-$countDonut-$time-$randomValue"}--> | ||
Line 25: | Line 25: | ||
function makeItemArray(itemString) { | function makeItemArray(itemString) { | ||
let itemArray = itemString.split(", "); | |||
for ( | for (let i = 0; i< itemArray.length; i++) { | ||
itemArray[i] = itemArray[i].trim(); | itemArray[i] = itemArray[i].trim(); | ||
} | } | ||
Line 32: | Line 32: | ||
} | } | ||
let labels = makeItemArray('<!--{$data_labels|default:''}-->'); | |||
let dataIdentifier = '<!--{$data_identifier|default:''}-->'; | |||
dataIdentifier = dataIdentifier.trim; | dataIdentifier = dataIdentifier.trim; | ||
let colors = makeItemArray('<!--{$colors|default:''}-->'); | |||
let dataSeries = makeItemArray('<!--{$data_series|default:''}-->'); | |||
let title = '<!--{$title|default:''}-->'; | |||
title = title.trim(); | title = title.trim(); | ||
Revision as of 08:13, 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[edit source]
For information on how to use this widget, see ...
Copy to your site[edit source]
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.