Sha256: 7deb0167c5c2dcf98116d641a19e2d67c0cb9e2338608066a72e4ae42f2933e9
Contents?: true
Size: 664 Bytes
Versions: 54
Compression:
Stored size: 664 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class ChartField class Sankey < ChartField::Config passthrough :register_id, :source_type passthrough :xinput, :xmode passthrough :yinput, :ymode passthrough :zinput, :zmode passarray :xtags, :ytags, :ztags 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