module Ecoportal module API class V2 class Page class Component class ChartField class Multiseries < ChartField::Config passthrough :register_id, :source_type passthrough :xinput, :xlabel passthrough :interval, :calc_mode passthrough :yinput, :ylabel passboolean :facet_by_discrete, :facet_by_tags passthrough :discrete_facet passarray :facet_tags passarray :filters, :people_filters, :task_filters, order_matters: false passthrough :display_mode, :display_type passthrough :color passarray :color_map end end end end end end end