Sha256: 32804f7dfaae72e046e60350955992c14caf465507abc2986336e28d9f101fd5

Contents?: true

Size: 401 Bytes

Versions: 23

Compression:

Stored size: 401 Bytes

Contents

module GoogleVisualr
  module Interactive

    # http://code.google.com/apis/chart/interactive/docs/gallery/candlestickchart.html
    class CandlestickChart < BaseChart
      include GoogleVisualr::Packages::CoreChart

      # For Configuration Options, please refer to:
      # http://code.google.com/apis/chart/interactive/docs/gallery/candlestickchart.html#Configuration_Options
    end

  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
google_visualr-2.0.2 lib/google_visualr/interactive/candlestick_chart.rb
google_visualr-2.0.1 lib/google_visualr/interactive/candlestick_chart.rb
google_visualr-2.0.0 lib/google_visualr/interactive/candlestick_chart.rb