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