module Ecoportal module API class V2 class Page class Component class ChartField class SeriesConfig < Common::Content::DoubleModel passkey :id passthrough :patch_ver passthrough :xlabel, :xtype passthrough :interval, :calc_mode, :comparative_year passthrough :ylabel passthrough :filled_up_with_zeros, :zero_y, :bounds_rigid passthrough :stack_all end end end end end end end