We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424ef2f commit 05f399aCopy full SHA for 05f399a
06_charts/bar_chart_categories.py
@@ -26,7 +26,6 @@ def main(filename):
26
bar_chart.title = "Book Sales"
27
bar_chart.x_axis.title = "Book Types"
28
bar_chart.y_axis.title = "Prices"
29
- bar_chart.set_x_axis({'num_font': {'rotation': 45}})
30
31
32
data = Reference(worksheet=sheet,
0 commit comments