Method: Charty::Plotters::RelationalPlotter#flat_structure

Defined in:
lib/charty/plotters/relational_plotter.rb

#flat_structureObject



424
425
426
427
428
429
# File 'lib/charty/plotters/relational_plotter.rb', line 424

def flat_structure
  {
    x: :index,
    y: :values
  }
end