A new version of the Google Visualization API was released to production on February 22, 2012

261 views
Skip to first unread message

Jinji

unread,
Feb 23, 2012, 4:02:06 AM2/23/12
to google-visua...@googlegroups.com, google-chart-too...@googlegroups.com
We have pushed a new release to production. 

Some of the most interesting features:: 

  • Added gradient color mode to bubble chart.
  • Geo chart:
    • Region interactivity in marker mode is now disabled by default. How to keep the old behavior? Set the enableRegionInteractivity option to true.
    • Markers are now opaque by default. How to keep the old behavior? Set the markerOpacity option to 0.5.
    • Marker size is now between 3 and 12 pixels by default. How to keep the old behavior? Set the sizeAxis option to {minSize: 2, maxSize: 30}.
    • A magnifying glass is now opened when the user hovers over cluttered markers (excluding IE<=8). How to keep the old behavior? Set the magnifyingGlass option to {enable: false}.
    • We don't stretch the maps by default anymore, but rather keep the original aspect ratio. How to keep the old behavior? Set the keepAspectRatio option to false.
  • A new control - ChartRangeFilter.
  • A new experimental option forceIFrame whose default is true (the current behavior), but can be set to false. When set to false, corechart charts, geo chart, treemap and gauge will not render the chart in a iframe (for all browsers excluding IE<=8). This is still very experimental, and undocumented. We would like you to try it out and give us your input!

The Google Chart Tools team

asgallant

unread,
Feb 23, 2012, 10:01:14 AM2/23/12
to google-visua...@googlegroups.com, google-chart-too...@googlegroups.com
Oooooooh...I like the ChartRangeFilter control.  I'll build some test cases with the forceIFrame option later and get back to you on it, but as a chart hacker, I like the idea.  Awesome job guys.

jtreglos

unread,
Feb 24, 2012, 6:00:18 AM2/24/12
to Google Visualization API
Hi,


I'm having a problem with this new release, my org charts don't work
anymore ! Is there a way to continue using older versions instead of
the latest ?


Jean-Baptiste

On 23 fév, 10:02, Jinji <ji...@google.com> wrote:
> We have pushed a new
> release<http://code.google.com/apis/chart/interactive/docs/release_notes.html>
>  to production.
>
> Some of the most interesting features::
>
>    - Added gradient color mode to bubble chart.
>    - Geo chart<http://code.google.com/apis/chart/interactive/docs/gallery/geochart.h...>
>    :
>       - Region interactivity in marker mode is now disabled by default. How
>       to keep the old behavior? Set the enableRegionInteractivity option to
>       true.
>       - Markers are now opaque by default. How to keep the old behavior?
>       Set the markerOpacity option to 0.5.
>       - Marker size is now between 3 and 12 pixels by default. How to keep
>       the old behavior? Set the sizeAxis option to {minSize: 2, maxSize:
>       30}.
>       - A magnifying glass is now opened when the user hovers over
>       cluttered markers (excluding IE<=8). How to keep the old
> behavior? Set the
>       magnifyingGlass option to {enable: false}.
>       - We don't stretch the maps by default anymore, but rather keep the
>       original aspect ratio. How to keep the old behavior? Set the
>       keepAspectRatio option to false.
>    - A new control -
> ChartRangeFilter<http://code.google.com/apis/chart/interactive/docs/gallery/controls.h...>
>    .
>    - A new experimental option forceIFrame whose default is true (the
>    current behavior), but can be set to false. When set to false, corechart
>    charts, geo chart, treemap and gauge will *not* render the chart in a

Viz Kid

unread,
Feb 24, 2012, 2:32:42 PM2/24/12
to google-visua...@googlegroups.com

Unfortunately there is no such option at the moment.
Can you narrow down what doesn't work for you in the new release? If possible, create the simplest example which reproduces the issue you are facing.

  Viz Kid

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.


Yolanda Davis

unread,
Feb 26, 2012, 3:55:58 PM2/26/12
to google-visua...@googlegroups.com
Viz Kid,

Is it possible for the  road map to include the ability to version releases?  That way we can have time to test and regression new changes introduce while production environments aren't impacted.

Thanks,

Yolanda

GVIZ PM

unread,
Feb 27, 2012, 4:24:54 AM2/27/12
to google-visua...@googlegroups.com
Thanks for the suggestion Yolanda,
We are examining  whether we can address the challenge of providing multiple version releases in the coming months - stay tuned.
Michael Fink
Michael Fink
Product Manager
Google Analysis Products


Mark

unread,
Feb 27, 2012, 3:08:44 PM2/27/12
to Google Visualization API
Hi,

I just had the same problem, while using org charts with gwt. In my
case it was necesary to make sure my charts where added to the
document before anything else. Hope it works for you.

Thomas Kessler

unread,
Feb 28, 2012, 2:50:46 PM2/28/12
to Google Visualization API
I second this, my organization charts also stopped working. I have the
charts integrated with a dynamic RichFaces enabled JSF page.

The only way (without spending a lot of time to investigate) I got the
charts working was to put them on a separate stripped down page with
no additional javascript going on in the back ground.

I'm new to the group here, are there emails that go out stating an
update will be taking place?

Thanks,

Tom

On Feb 26, 3:55 pm, Yolanda Davis <yolanda.m.da...@gmail.com> wrote:
> Viz Kid,
>
> Is it possible for the  road map to include the ability to version
> releases?  That way we can have time to test and regression new changes
> introduce while production environments aren't impacted.
>
> Thanks,
>
> Yolanda
>
>
>
>
>
>
>
> On Fri, Feb 24, 2012 at 2:32 PM, Viz Kid <viz...@google.com> wrote:
>
> > Unfortunately there is no such option at the moment.
> > Can you narrow down what doesn't work for you in the new release? If
> > possible, create the simplest example which reproduces the issue you are
> > facing.
>
> >   Viz Kid
>

Jinji

unread,
Feb 29, 2012, 11:57:38 AM2/29/12
to google-visua...@googlegroups.com
On Tue, Feb 28, 2012 at 9:50 PM, Thomas Kessler <djk...@gmail.com> wrote:
I second this, my organization charts also stopped working. I have the
charts integrated with a dynamic RichFaces enabled JSF page.

The only way (without spending a lot of time to investigate) I got the
charts working was to put them on a separate stripped down page with
no additional javascript going on in the back ground.

If you'll provide a simple working example that reproduces the problem, we can investigate.
 
I'm new to the group here, are there emails that go out stating an
update will be taking place?

Yes, such announcements are sent both to this group and to the announcements group.
Reply all
Reply to author
Forward
0 new messages