Skip to content

Commit 0c4bd1d

Browse files
committed
update documentation
1 parent 5b688d5 commit 0c4bd1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/styles.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,14 @@ Available Chart style options:
192192
- ``width``. Width (in EMU).
193193
- ``height``. Height (in EMU).
194194
- ``3d``. Is 3D; applies to pie, bar, line, area, *true* or *false*.
195+
- ``colors``. A list of colors to use in the chart.
196+
- ``title``. The title for the chart.
197+
- ``showLegend``. Show legend, *true* or *false*.
198+
- ``categoryLabelPosition``. Label position for categories, *nextTo* (default), *low* or *high*.
199+
- ``valueLabelPosition``. Label position for values, *nextTo* (default), *low* or *high*.
200+
- ``categoryAxisTitle``. The title for the category axis.
201+
- ``valueAxisTitle``. The title for the values axis.
202+
- ``majorTickMarkPos``. The position for major tick marks, *in*, *out*, *cross*, *none* (default).
195203
- ``showAxisLabels``. Show labels for axis, *true* or *false*.
196204
- ``gridX``. Show Gridlines for X-Axis, *true* or *false*.
197205
- ``gridY``. Show Gridlines for Y-Axis, *true* or *false*.

0 commit comments

Comments
 (0)