Widget:Chartjs doughnut: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude>__NOTOC__ 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 [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAM...") Tag: 2017 source edit |
No edit summary Tags: Manual revert 2017 source edit |
||
(22 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
<div> | <div> | ||
<canvas id=" | <canvas id="<!--{$ID|escape:'html'}-->"></canvas> | ||
</div> | </div> | ||
<script> | <script> | ||
// defer script execution until the mediawiki loader and jQuery are available | // defer script execution until the mediawiki loader and jQuery are available | ||
RLQ.push([[], function () { | RLQ.push([[], function () { | ||
mw.loader.using('ext.iswiki.chartjs_doughnut').then(function(){ | mw.loader.using('ext.iswiki.chartjs_doughnut').then(function(){ | ||
const ctx = document.getElementById(' | const ctx = document.getElementById('<!--{$ID|escape:'html'}-->'); | ||
drawDonutChart(ctx); | drawDonutChart(ctx); | ||
}); | }); | ||
}]); | }]); | ||
</script> | </script> | ||
</includeonly> |
Latest revision as of 19:24, 18 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 doughnut.