Browse Source

Describe bar chart

pull/334/head
Taylor 9 years ago
parent
commit
b1ab79fc99
  1. 1
      docs/index.rst

1
docs/index.rst

@ -9,6 +9,7 @@ Sexy python charting
.. pygal:: 300 200
chart = pygal.HorizontalBar(y_label_rotation=-25)
chart.title = 'Horizontal Bar Chart with Rotated Y Labels'
chart.x_labels = 'one', 'two', 'three', 'four', 'five'
chart.add('alpha', [1, 2, 3, 1, 2])
chart.add('beta', [4, 3, 0, 1, 2])

Loading…
Cancel
Save