MediaWiki:ChartLoader.js: Revision history

From MaRDI portal

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 December 2023

  • curprev 22:5722:57, 12 December 2023Tconrad talk contribs 723 bytes +723 Created page with "document.addEventListener('DOMContentLoaded', function() { var chartContainers = document.querySelectorAll('.wikiChartContainer'); if (chartContainers.length > 0) { var script = document.createElement('script'); script.src = 'https://cdn.jsdelivr.net/npm/chart.js'; script.onload = function() { chartContainers.forEach(function(container) { var chartData = JSON.parse(container.getAttribute('data-chartdata'));..."