Content deleted Content added
Tom.Reding (talk | contribs) Apply color-inversion-friendliness to legend title & labels, from sandbox |
Tom.Reding (talk | contribs) m Undid revision 925239569 by Tom.Reding (talk) Attempt to sync to [https://de.wikipedia.org/wiki/Modul:Graph] first |
||
Line 3:
--
-- Version History (_PLEASE UPDATE when modifying anything_):
-- 2018-10-13 Fix browser color-inversion issues via #54595d per [[mw:Template:Graph:PageViews]]
-- 2018-09-16 Allow disabling the legend for templates
Line 772 ⟶ 771:
stroke = "color",
title = legendTitle,
}
if chartType == "pie" then
-- move legend from center position to top
legend.properties = { legend = { y = { value = -outerRadius } } }
end
return legend
|