Sha256: f601e29faa68b9eb89b50f4db1cc553033f09875cd4944abcd00bbf41dc0e12f
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
class Highcharts class PlotOptions class PlotType < Base def initialize(opts = {}) @suboptions = { :dataLabels => 'Labels', :dial => 'Base', :events => 'PlotOptions::PlotType::Events', :marker => 'PlotOptions::PlotType::Marker', :pivot => 'Base', :point => 'Point', :states => 'PlotOptions::PlotType::States' } super end end end end
Version data entries
4 entries across 4 versions & 1 rubygems