Method: FireflyIIIClient::ChartDataSet#y_axis_id
- Defined in:
- lib/firefly_iii_client/models/chart_data_set.rb
#y_axis_id ⇒ Object
Used to indicate the Y axis for this data set. Is usually between 0 and 1 (left and right side of the chart).
35 36 37 |
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 35 def y_axis_id @y_axis_id end |