Module:Chart/doc: Difference between revisions

Content deleted Content added
Line 23:
|stack || whether to stack the different groups on top of each other. do not specify to show bars side by side.
|-
|{{nowrap|tooltip value accumulation}} || useful only with stack: when set to true, tooltip will show accumulated value of all blocks up to current one
|-
|colors || the colors used to denote the various groups. should have exactly as many values as # of groups. can be given as standard html-recognized color names, or using #xxx or #xxxxxx notation.
|-
|x legends || The legends for the X values. Wikicode, such as internal links or templates can be used.
|-
|{{nowrap|hide group legends}} || if set to true, group legends will not be shown below chart.
|-
|{{Nowrap|scale per group}} || set to 1 to use separate Y- scale for each group. leave empty to use one scale for all groups. incompatible with "stack". Note that even if some of the scales are exactly the same, they will be drawn separately when this setting is on.