summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/basic_charts.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic_charts.rb b/examples/basic_charts.rb
index 692dc192..86af5d9c 100644
--- a/examples/basic_charts.rb
+++ b/examples/basic_charts.rb
@@ -38,6 +38,8 @@ end
chart.catAxis.label_rotation = 45
chart.d_lbls.d_lbl_pos = :outEnd
chart.d_lbls.show_val = true
+
+ chart.catAxis.tick_lbl_pos = :none
end
end