summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-30 13:05:40 +0900
committerRandy Morgan <[email protected]>2012-08-30 13:05:40 +0900
commitb75e0f2167837e2baf1ef1bd6f21a27904078ec8 (patch)
tree9c993610bba3c1c4f17449d45cdfaa0a2e2d0768 /examples
parent98a94261cfe836afbb405fdb6acd065be07db205 (diff)
downloadcaxlsx-b75e0f2167837e2baf1ef1bd6f21a27904078ec8.tar.gz
caxlsx-b75e0f2167837e2baf1ef1bd6f21a27904078ec8.zip
add none option for cat axis tick label position
Diffstat (limited to 'examples')
-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