-
Notifications
You must be signed in to change notification settings - Fork 4
Bar Charts
Lacey-Anne Sanderson edited this page Dec 21, 2017
·
1 revision
[Intro paragraph]
[Data supplied is same as for pie charts]
[Add a couple of paragraphs describing how options are supplied when drawing figures.]
The following options are supported for a simple bar chart:
- xAxisTitle: The title of the X-Axis.
- yAxisTitle: The title of the Y-Axis.
- drawKey: whether or not to draw the key; default is "false".
- xAxisPadding: the number of pixels to pad the left side to provide room for the y-axis labels.
- yAxisPadding: the number of pixels to pad the bottom to provide room for the x-axis labels.
[Add some examples]