Method: Charty::Backends::Plotly#set_xscale
- Defined in:
- lib/charty/backends/plotly.rb
#set_xscale(scale) ⇒ Object
663 664 665 666 667 |
# File 'lib/charty/backends/plotly.rb', line 663 def set_xscale(scale) scale = check_scale_type(scale, :xscale) @layout[:xaxis] ||= {} @layout[:xaxis][:type] = scale end |