diff options
| author | Randy Morgan <[email protected]> | 2012-07-20 21:45:13 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-20 21:45:13 +0900 |
| commit | c4471f4448799d3980f4db5f1cfaaa4e36d95bee (patch) | |
| tree | e8921c6e46aaaa1b15f79ba80c83942fa70012f2 /lib/axlsx/drawing/d_lbls.rb | |
| parent | 79ae531c006ad04274aa2f42174be421b35cbfd9 (diff) | |
| download | caxlsx-c4471f4448799d3980f4db5f1cfaaa4e36d95bee.tar.gz caxlsx-c4471f4448799d3980f4db5f1cfaaa4e36d95bee.zip | |
data labels for bar and line charts
Diffstat (limited to 'lib/axlsx/drawing/d_lbls.rb')
| -rw-r--r-- | lib/axlsx/drawing/d_lbls.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/axlsx/drawing/d_lbls.rb b/lib/axlsx/drawing/d_lbls.rb index 9777aeb5..13882056 100644 --- a/lib/axlsx/drawing/d_lbls.rb +++ b/lib/axlsx/drawing/d_lbls.rb @@ -19,6 +19,10 @@ module Axlsx # These attributes are all boolean so I'm doing a bit of a hand # waving magic show to set up the attriubte accessors + # @note + # not all charts support all methods! + # Bar3DChart and Line3DChart and ScatterChart do not support d_lbl_pos or show_leader_lines + # BOOLEAN_ATTRIBUTES = [:show_legend_key, :show_val, :show_cat_name, :show_ser_name, :show_percent, :show_bubble_size, :show_leader_lines] # creates a new DLbls object |
