Sha256: e92c1d1bd99156b25bf296cb60fdf9b8920a4c7b687e7a0311557a8c22c40ade
Contents?: true
Size: 414 Bytes
Versions: 14
Compression:
Stored size: 414 Bytes
Contents
class Highcharts class Axis class Y < Base def initialize(opts = {}) @default = :title @suboptions = { :events => 'Axis::Events', :labels => 'Labels', :plotBands => 'Axis::PlotBands', :plotLines => 'Axis::PlotLines', :stackLabels => 'Axis::StackLabels', :title => 'Title' } super end end end end
Version data entries
14 entries across 14 versions & 1 rubygems