Jump to content

Module:Piechart: Revision history

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.

24 April 2026

  • curprev 16:0116:01, 24 April 2026 Wsbaek talk contribs 26,625 bytes +26,625 Created page with "local p = {} local priv = {} -- private functions scope -- expose private for easy testing/debugging p.__priv = priv -- require exact colors for printing local forPrinting = "-webkit-print-color-adjust: exact; print-color-adjust: exact;" --[===[ Smooth piechart module. Draws charts in HTML with an accessible legend (optional). A list of all features is in the "TODO" section of the main `p.pie` function. Module info: - Changelog and TODO: [[:en:User:Nux/pie_chart_..."