diff --git a/docs/index.rst b/docs/index.rst index 34f32e4..a16f3c8 100644 --- a/docs/index.rst +++ b/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])