winston / google_visualr

A Ruby Gem for the Google Visualization API. Write Ruby code. Generate Javascript. Display a Google Chart.

Home Page:http://googlevisualr.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D column chart not working

Shekharrajak opened this issue · comments

I used this option :
opts = { is3D: true, width: 400, height: 240, title: 'Company Performance'}
but I see 2D chart only. The problem I see in page source is , generated script is loading packages: ['corechart'] that must be packages: ['columnchart'].