Widget:Chartjs doughnut: Difference between revisions

From Visual Data Wiki
Jump to navigation Jump to search
Uschuetzenmeister changed the content model of the page Widget:Chart.js doughnut from "wikitext" to "html"
No edit summary
Tags: Manual revert 2017 source edit
 
(20 intermediate revisions by the same user not shown)
Line 16: Line 16:


<div>
<div>
<canvas id="myChart"></canvas>
<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('myChart');
const ctx = document.getElementById('<!--{$ID|escape:'html'}-->');
drawDonutChart(ctx);
drawDonutChart(ctx);
});
});

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

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 doughnut.