Sha256: aac4e25df8c5e596c91d732c654901cdd405b1cbefaabbc25537c4c40ad9415f
Contents?: true
Size: 718 Bytes
Versions: 4
Compression:
Stored size: 718 Bytes
Contents
class Highcharts class PlotOptions < Base def initialize(opts = {}) @suboptions = { :area => 'PlotOptions::PlotType', :arearange => 'PlotOptions::PlotType', :areaspline => 'PlotOptions::PlotType', :areasplinerange => 'PlotOptions::PlotType', :bar => 'PlotOptions::PlotType', :column => 'PlotOptions::PlotType', :columnrange => 'PlotOptions::PlotType', :gauge => 'PlotOptions::PlotType', :line => 'PlotOptions::PlotType', :pie => 'PlotOptions::PlotType', :series => 'PlotOptions::PlotType', :scatter => 'PlotOptions::PlotType', :spline => 'PlotOptions::PlotType' } super end end end
Version data entries
4 entries across 4 versions & 1 rubygems