Modul:Graph und Modul:Graph/sandbox: Unterschied zwischen den Seiten
Erscheinungsbild
(Unterschied zwischen Seiten)
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung |
add linecolor option for pie charts - default is still white |
||
Zeile 19: | Zeile 19: | ||
-- Version History (_PLEASE UPDATE when modifying anything_): |
-- Version History (_PLEASE UPDATE when modifying anything_): |
||
-- 2021-09-16 Add linecolor option for pie charts |
|||
-- 2020-09-01 Vertical and horizontal line annotations |
-- 2020-09-01 Vertical and horizontal line annotations |
||
-- 2020-08-08 New logic for "nice" for x axis (problem with scale when xType = "date") and grid |
-- 2020-08-08 New logic for "nice" for x axis (problem with scale when xType = "date") and grid |
||
Zeile 47: | Zeile 48: | ||
--add debug text to this string with eg. debuglog = debuglog .. "" .. "\n\n" .. "- " .. debug.traceback() .. "result type: ".. type(result) .. " result: \n\n" .. mw.dumpObject(result) |
--add debug text to this string with eg. debuglog = debuglog .. "" .. "\n\n" .. "- " .. debug.traceback() .. "result type: ".. type(result) .. " result: \n\n" .. mw.dumpObject(result) |
||
--invoke chartDebuger() to get graph JSON and this string |
--invoke chartDebuger() to get graph JSON and this string |
||
debuglog = "Debug " .. "\n\n" |
|||
local baseMapDirectory = "Module:Graph/" |
local baseMapDirectory = "Module:Graph/" |