Sha256: 4cc23990192d78003d948e8b8d5ffc4071d1a6702fddc752b963529826fd07b0
Contents?: true
Size: 943 Bytes
Versions: 54
Compression:
Stored size: 943 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class ChartFrField < Page::Component passthrough :register_id, :date_input passthrough :filter passboolean :facet_by_tag, :facet_by_select passarray :facet_tags passthrough :select_input, :select_mapping passboolean :relative, :bounded passthrough :relstart, :relbound passthrough :ubound, :lbound passthrough :display_mode, :display_type passarray :guidelines passboolean :cumulative passthrough :cumulative_mode, :cumulative_start passthrough :multiplier, :granularity passthrough :color passarray :color_map, order_matters: false passthrough :chart_user end end end end end end
Version data entries
54 entries across 54 versions & 1 rubygems