Sha256: bde3e9c91752f69af835f6a84487f85a3a59879435957e520963e8e172034841

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

module Highcharts

  # http://api.highcharts.com/highcharts#Renderer
  class Renderer
    include Base
    
    alias_native :arc
    alias_native :circle
    alias_native :g
    alias_native :image
    alias_native :label
    alias_native :path
    alias_native :rect
    alias_native :text

  end

end  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opal-highcharts-0.1.3 lib/opal/highcharts/renderer.rb
opal-highcharts-0.1.2 lib/opal/highcharts/renderer.rb
opal-highcharts-0.1.1 lib/opal/highcharts/renderer.rb