Sha256: 3724764f3c6e22c6e71e7613e6839fba5d0dd43afe10c2e8dda1b3f6d9270af1
Contents?: true
Size: 750 Bytes
Versions: 54
Compression:
Stored size: 750 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class ChartField class Frequency < ChartField::Config passthrough :register_id, :source_type passthrough :mode, :input passarray :tags, order_matters: false passthrough :secondary passthrough :output, :bar_mode passthrough :series_size passboolean :skip_zeroes passarray :filters, :people_filters, :task_filters, order_matters: false passthrough :color passarray :color_map, order_matters: false end end end end end end end
Version data entries
54 entries across 54 versions & 1 rubygems