jyrcija / google-charts-on-rails

Automatically exported from code.google.com/p/google-charts-on-rails
MIT License
0 stars 0 forks source link

Typographical error in library file -AND- missing chart types #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using?
    Maybe r23, but I see no way to determine this for certain. The files installed contain no version info.

-----
First issue....
    An apparent typographical error:
        Line 17 reads:
            :bar_vertical_grouped => 'bhg',
        But should read:
            :bar_vertical_grouped => 'bvg',

-----
Second issue....
    The list of committed changes on the website indicates that sparkline and google-o-meter chart types have been added, but those types are NOT in the installed library. Perhaps other fixes are also missing.

I installed by using the following command, as recommended on the project page:
    ruby script/plugin install http://google-charts-on-rails.googlecode.com/svn/google_charts_on_rails/

If that method of installation doesn't provide the current release of the 
software with all committed changes, please update it.

Thanks!
Stan Cleveland
Portland, Oregon

Original issue reported on code.google.com by st...@northwest.com on 1 Jul 2010 at 11:16