Kevin,

I'm not sure how that could be happening unless the deployment is partially
successful, and then rolls back when it doesn't complete.

But you can switch to loading the frozen version 43 and it should reliably
stay the same from now on, except for a few updates will will make to fix
problems.  See the instructions at
https://developers.google.com/chart/interactive/docs/library_loading_enhancements#frozen-versions

On Wed, Oct 7, 2015 at 3:27 PM, Kevin Ross <kevxr...@gmail.com> wrote:

> I ran into a strange issue today and wonder if it could be due to this
> deployment.  The GanttChart function would randomly switch from being named
> GanttChart to being named Gantt, such that if you ran the following code
> you could see google.visualization.GanttChart as a function and google.
> visualization.Gantt undefined, then refresh a few times and see the
> opposite.  This doesn't seem to be occurring any more, but I'd like to know
> if this is an actual issue or just a temporary glitch due to the
> deployment.  I would just run stable 1.0, but it unfortunately doesn't
> include the gantt package.
>
>
> <html>
> <head>
>   <script type="text/javascript" src="https://www.google.com/jsapi";></script>
>   <script type="text/javascript">
>     google.load('visualization', '1.1', {packages: ['gantt']});
>     google.setOnLoadCallback(drawChart);
>     function drawChart() {
>       console.log('google.visualization',google.visualization);
>       console.log('typeof google.visualization.GanttChart',typeof 
> google.visualization.GanttChart);
>       console.log('typeof google.visualization.Gantt',typeof 
> google.visualization.Gantt);
>     }
>   </script>
> </head>
> </html>
>
>
>
>
> On Friday, October 2, 2015 at 2:28:37 PM UTC-4, Daniel LaLiberte wrote:
>
>> We are about to push a new Google Charts Release Candidate (RC) - V43.
>> This the push is uneventful, it should be finished by the evening of
>> Monday, Oct 5.
>>
>> In the meantime, you can try it now via the Frozen Google Charts loader
>> by loading '43'. See instructions at
>> https://developers.google.com/chart/interactive/docs/library_loading_enhancements#frozen-versions
>>
>> Candidate release date: Monday, Oct 5, 2015
>>
>> Anticipated production release date: Oct 29, 2015
>>
>>
>> Summary of new features and bug fixes for v43:
>>
>>    -
>>
>>    All:
>>    -
>>
>>       Charts now officially support Microsoft Edge
>>       -
>>
>>       Several memory leaks are fixed.
>>       -
>>
>>    Corecharts:
>>    -
>>
>>       focusTarget can now be an array to specify multiple focus targets
>>       -
>>
>>       Intervals can now be styled using the style role
>>       -
>>
>>       Fixed issue with the ‘visible’ property for tooltip actions
>>       -
>>
>>       HTML tooltip positioning now more closely matches SVG tooltip
>>       positioning
>>       -
>>
>>       chartArea option now supports ‘right’ and ‘bottom.
>>       -
>>
>>       Overlapping vertical axis ticks will be dropped.
>>       -
>>
>>       The size of legend scrolling arrows is fixed.
>>       -
>>
>>       Now supports annotations with orientation:'vertical' and axes
>>       direction: -1
>>       -
>>
>>       Now supports variable-width in bar, column, and stepped area
>>       charts, when you set bars.variableWidth to true.
>>       -
>>
>>    BubbleChart:
>>    -
>>
>>       Default labels used for tooltips.
>>       -
>>
>>    Sankey:
>>    -
>>
>>       Better color handling
>>       -
>>
>>       Link interactivity is now supported
>>       -
>>
>>    Timeline:
>>    -
>>
>>       ‘Duration’ label should now be localized
>>       -
>>
>>       Now supports minValue and maxValue for the horizontal axis
>>       -
>>
>>    GeoChart
>>    -
>>
>>       When a null value is specified for a custom tooltip, the default
>>       tooltip will be constructed instead
>>       -
>>
>>       You can now disable interactivity for markers
>>       -
>>
>>    WordTree
>>    -
>>
>>       Better color handling
>>       -
>>
>>       Deprecated string color column, added support for style columns to
>>       replace it
>>       -
>>
>>    Trendlines
>>    -
>>
>>       Fixed a number of log scale and date related bugs
>>       -
>>
>>    Table chart
>>    -
>>
>>       pagingButtons option works in more combinations with page,
>>       pageSize and startPage options.
>>       -
>>
>>    Material charts (Bar, Line, and Scatter, so far):
>>    -
>>
>>       Fixed a number of bugs with redrawing charts and having multiple
>>       charts on a page.
>>       -
>>
>>    AnnotationChart:
>>    -
>>
>>       Date and time format for range selector is now the same as for the
>>       main chart.
>>
>>
>>
>>
>> --
>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
>>  - 978-394-1058
>> dlali...@google.com   5CC, Cambridge MA
>> daniel.l...@gmail.com 9 Juniper Ridge Road, Acton MA
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-...@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/d3a45de8-1452-4acd-9295-977e49c43033%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/d3a45de8-1452-4acd-9295-977e49c43033%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
dlalibe...@google.com <dlalibe...@google.com>   5CC, Cambridge MA
daniel.lalibe...@gmail.com <daniel.lalibe...@gmail.com> 9 Juniper Ridge
Road, Acton MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-chart-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-chart-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to