Skip to content

Commit

Permalink
Merge pull request #37 from kacperk/master
Browse files Browse the repository at this point in the history
Added support for Stepped Area Chart
  • Loading branch information
winston committed Jul 30, 2012
2 parents 5ba9690 + 46ddbb8 commit 8590229
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/google_visualr.rb
Expand Up @@ -27,6 +27,7 @@
require "#{lib_path}/google_visualr/interactive/scatter_chart"
require "#{lib_path}/google_visualr/interactive/table"
require "#{lib_path}/google_visualr/interactive/tree_map"
require "#{lib_path}/google_visualr/interactive/stepped_area_chart"

## Additional
require "#{lib_path}/google_visualr/interactive/annotated_time_line"
Expand Down
13 changes: 13 additions & 0 deletions lib/google_visualr/interactive/stepped_area_chart.rb
@@ -0,0 +1,13 @@
module GoogleVisualr
module Interactive

# https://developers.google.com/chart/interactive/docs/gallery/steppedareachart
class SteppedAreaChart < BaseChart
include GoogleVisualr::Packages::CoreChart

# For Configuration Options, please refer to:
# https://google-developers.appspot.com/chart/interactive/docs/gallery/steppedareachart#Configuration_Options
end

end
end

0 comments on commit 8590229

Please sign in to comment.