Module:TestTimChart1: 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.

13 December 2023

12 December 2023

  • curprev 22:5922:59, 12 December 2023Tconrad talk contribs 1,762 bytes +1,762 Created page with "local p = {} function p.renderChart(frame) local height = frame.args.height or '500px' -- Default height is 500px if not specified -- Enhanced and more visually interesting chart data local chartData = { type = 'bar', data = { labels = {'January', 'February', 'March', 'April', 'May', 'June'}, datasets = { { label = 'Dataset 1', backgroundColor = '#ff6384',..."