Module:Graph: Difference between revisions

Content deleted Content added
Fix browser color-inversion issues via #666666 (will update de.wiki after about a week in case any issues here) (similar to mw:Template:Graph:PageViews), from sandbox
m #666666 -> #54595d, per mw:Template:Graph:PageViews updates by User:Iniquity; sort version history by newest on top
Line 3:
--
-- Version History (_PLEASE UPDATE when modifying anything_):
-- 2018-10-05 Fix browser color-inversion issues via #66666654595d (willper update de.wiki after about a week in case any issues here)[[mw:Template:Graph:PageViews]]
-- 2018-08-26 Use user-defined order for stacked charts
-- 2018-02-11 Force usage of explicitely provided x minimum and/or maximum values, rotation of x labels
-- 2017-08-09 Add showSymbols param to show symbols on line charts
-- 2016-01-28 For maps, always use wikiraw:// protocol. https:// will be disabled soon.
-- 2016-03-20 Allow omitted data for charts, labels for line charts with string (ordinal) scale at point ___location
-- 2016-05-16 Added encodeTitleForPath() to help all path-based APIs graphs like pageviews
-- 2017-08-08 Added showSymbols param to show symbols on line charts
-- 2016-05-16 Added encodeTitleForPath() to help all path-based APIs graphs like pageviews
-- 2016-03-20 Allow omitted data for charts, labels for line charts with string (ordinal) scale at point ___location
-- 2016-01-28 For maps, always use wikiraw:// protocol. https:// will be disabled soon.
 
local p = {}
Line 525:
title =
{
fill = { value = "#66666654595d" }
},
labels =
Line 531:
angle = { value = xAxisAngle },
align = { value = xAxisAlign },
fill = { value = "#66666654595d" }
},
ticks =
{
stroke = { value = "#66666654595d" }
},
axis =
{
stroke = { value = "#66666654595d" },
strokeWidth = { value = 2 }
}
Line 548:
title =
{
fill = { value = "#66666654595d" }
},
labels =
{
fill = { value = "#66666654595d" }
},
ticks =
{
stroke = { value = "#66666654595d" }
},
axis =
{
stroke = { value = "#66666654595d" },
strokeWidth = { value = 2 }
}
Line 578:
title =
{
fill = { value = "#66666654595d" }
},
labels =
{
fill = { value = "#66666654595d" }
},
ticks =
{
stroke = { value = "#66666654595d" }
},
axis =
{
stroke = { value = "#66666654595d" },
strokeWidth = { value = 2 }
},
grid =
{
stroke = { value = "#66666654595d" }
}
}