module Ecoportal module API class V2 class Page class Component class ChartField class Frequency < Common::Content::DoubleModel passkey :id passthrough :patch_ver passthrough :register_id, :source_type passthrough :mode, :input passarray :tags passthrough :secondary passthrough :output, :bar_mode passthrough :series_size, :skip_zeroes passarray :filters, :people_filters, :task_filters passthrough :color passarray :color_map end end end end end end end