View source for Module:Graph
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- ATTENTION: Please edit this code at https://de.wikipedia.org/wiki/Modul:Graph
-- This way all wiki languages can stay in sync. Thank you!
--
-- BUGS: X-Axis label format bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=)
-- linewidths - doesnt work for two values (eg 0, 1) but work if added third value of both are zeros? Same for marksStroke - probably bug in Graph extension
-- clamp - "clamp" used to avoid marks outside marks area, "clip" should be use instead but not working in Graph extension, see https://phabricator.wikimedia.org/T251709
-- TODO:
-- marks:
-- - line strokeDash + serialization,
-- - symStroke serialization
-- - symbolsNoFill serialization
-- - arbitrary SVG path symbol shape as symbolsShape argument
-- - annotations
-- - vertical / horizontal line at specific values [DONE] 2020-09-01
-- - rectangle shape for x,y data range
-- - graph type serialization (deep rebuild reqired)
-- - second axis (deep rebuild required - assignment of series to one of two axies)
-- Version History (_PLEASE UPDATE when modifying anything_):
-- 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
000
1:0
Templates used on this page:
- Template:ChartColors (view source)
- Template:Div col (view source)
- Template:Div col/styles.css (view source)
- Template:Div col end (view source)
- Template:Lua sidebar (view source)
- Template:Main other (view source)
- Template:Module other (view source)
- Template:Module rating (view source)
- Template:Ombox (view source)
- Template:Sidebar (view source)
- Template:Template (view source)
- Template:Template link (view source)
- Template:Tl (view source)
- Module:Arguments (view source)
- Module:ChartColors (view source)
- Module:Check for unknown parameters (view source)
- Module:ComplForColorModules (view source)
- Module:Graph/doc (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Message box/ombox.css (view source)
- Module:Navbar (view source)
- Module:Navbar/configuration (view source)
- Module:No globals (view source)
- Module:Redirect (view source)
- Module:Sidebar (view source)
- Module:TNT (view source)
- Module:TNTTools (view source)
- Module:Yesno (view source)
Return to Module:Graph.