Zum Inhalt springen

Modul:Graph und Modul:Graph/sandbox: Unterschied zwischen den Seiten

(Unterschied zwischen Seiten)
Seite 1
Seite 2
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
 
Inductiveload (Diskussion | Beiträge)
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
local debuglog = "Debug " .. "\n\n"
debuglog = "Debug " .. "\n\n"


local baseMapDirectory = "Module:Graph/"
local baseMapDirectory = "Module:Graph/"