Sha256: 88734143765b0d2b456f49cdd088f8e44916b77c8e4f1d925047d4131eb89f91

Contents?: true

Size: 896 Bytes

Versions: 6

Compression:

Stored size: 896 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class ChartFrField < Page::Component
            passthrough :register_id, :date_input
            passthrough :filter

            passthrough :facet_by_tags, :facet_by_select
            passthrough :select_input, :select_mapping
            passarray   :facet_tags

            passthrough :relative, :relstart, :relbound
            passthrough :bounded, :ubound, :lbound

            passthrough :display_mode, :display_type
            passarray   :guidelines
            passthrough :cumulative, :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

6 entries across 6 versions & 2 rubygems

Version Path
ecoportal-api-v2-0.8.8 lib/ecoportal/api/v2/page/component/chart_fr_field.rb
ecoportal-api-v2-0.8.7 lib/ecoportal/api/v2/page/component/chart_fr_field.rb
ecoportal-api-v2-0.8.6 lib/ecoportal/api/v2/page/component/chart_fr_field.rb
ecoportal-api-v2-0.8.5 lib/ecoportal/api/v2/page/component/chart_fr_field.rb
ecoportal-api-v2-0.8.4 lib/ecoportal/api/v2/page/component/chart_fr_field.rb
ecoportal-api-oozes-0.7.5 lib/ecoportal/api/v2/page/component/chart_fr_field.rb