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