module GoogleVisualr module Interactive # http://code.google.com/apis/chart/interactive/docs/gallery/piechart.html class PieChart < BaseChart include GoogleVisualr::Packages::CoreChart # For Configuration Options, please refer to: # http://code.google.com/apis/chart/interactive/docs/gallery/piechart.html#Configuration_Options end end end