diff options
| -rw-r--r-- | examples/basic_charts.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic_charts.rb b/examples/basic_charts.rb index 86af5d9c..097af57e 100644 --- a/examples/basic_charts.rb +++ b/examples/basic_charts.rb @@ -24,6 +24,8 @@ end chart.add_series :data => sheet["A2:D2"], :labels => sheet["A1:D1"], :title => 'bob' chart.d_lbls.show_val = true chart.d_lbls.show_cat_name = true + chart.catAxis.tick_lbl_pos = :none + end end |
