Sha256: 0205339a58cd81d92f1c98618ed3d653d0a025f5a1b9b85ef84637485c7c9052
Contents?: true
Size: 743 Bytes
Versions: 6
Compression:
Stored size: 743 Bytes
Contents
module Ecoportal module API class V2 class Page class Component class ChartField class Sankey < Common::Content::DoubleModel passkey :id passthrough :patch_ver 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
6 entries across 6 versions & 2 rubygems