Module:Graph/doc: Difference between revisions

Content deleted Content added
No edit summary
m clarity
Line 51:
* '''linewidth''': line width for line charts or distance between the pie segments for pie charts. Setting to 0 with <code>type=line</code> creates a scatter plot.
* '''linewidths''': different line widths may be defined for each series of data with csv, if set to 0 with "showSymbols" results with points graph, eg.: <code>linewidths=1, 0, 5, 0.2</code>
* '''showSymbols''': show symbol on data point for line graphs, if a number is provided, it'sthe symbol size of symbol, (default 2.5.) may be defined for each series of data with csvseries, eg.: <code>showSymbols=1, 2, 3, 4</code>
* '''symbolsShape''': custom shape for symbol: circle, x, square, cross, diamond, triangle_up, triangle_down, triangle_right, triangle_left. May be defined for each series of data with csv, eg.: <code>symbolsShape= circle, cross, square</code>
* '''symbolsNoFill''': if true symbol will be without fill (only stroke),