Calendar chart not working for November and December?

37 views
Skip to first unread message

Khrys

unread,
Dec 7, 2015, 9:16:15 AM12/7/15
to Google Visualization API
I may be wrong, but is it me or the Calendar Chart isn't working for November and December (year independent). Example:

Daniel LaLiberte

unread,
Dec 7, 2015, 9:33:07 AM12/7/15
to Google Visualization API
Works fine for me.  http://jsfiddle.net/dlaliberte/p75eqmun/42/  I just changed your second January to December, and I see one day in both November and December just fine.  This could be another aspect of a timezone issue, that we have noticed in the past.  Or it could be a browser issue, so maybe if you specify all the details of what you are using and seeing, we can figure this out.  Could you post an image of what you see as well?  Thanks.

On Mon, Dec 7, 2015 at 9:16 AM, Khrys <khry...@gmail.com> wrote:
I may be wrong, but is it me or the Calendar Chart isn't working for November and December (year independent). Example:

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/ce9e320c-ad4a-4cc3-b1b8-b5bca93d2e97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Khrys

unread,
Dec 7, 2015, 9:47:21 AM12/7/15
to Google Visualization API
Thanks for the reply Daniel. It is probabily something related to Timezone. I am in Brazil, GMT -3. Following the print from the fiddle you sent:


Thanks

Daniel LaLiberte

unread,
Dec 7, 2015, 1:40:43 PM12/7/15
to Google Visualization API
Thanks for the image.  It does appear to be the same problem we noticed in the past, about this time of year last year actually, and it turns out we have not resolved it.  But I have an idea for how we can fix it, which I will try shortly.  

The new way we deploy new versions will allow us to give you access to this fix much sooner.  If all goes well, this might happen by next week.

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.

For more options, visit https://groups.google.com/d/optout.

Khrys

unread,
Dec 8, 2015, 9:27:21 AM12/8/15
to Google Visualization API
Great! Count with me to do some tests! Thanks.
Amazing collection of charts btw!

Daniel LaLiberte

unread,
Dec 16, 2015, 8:53:08 AM12/16/15
to Google Visualization API
Patrike,

The Calendar bug should be fixed, and I pushed out frozen version 44 so you can try it.   See instructions for using frozen versions at:   https://developers.google.com/chart/interactive/docs/basic_load_libs#frozen-versions

By the way, this is not a final version 44, and it is not available as either 'current' or 'upcoming'.  This is just an early test.  In the future, we might make these early tests available with a fixed name, like 'early-test'.  

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.

For more options, visit https://groups.google.com/d/optout.

Khrys

unread,
Dec 18, 2015, 9:57:11 AM12/18/15
to Google Visualization API
Thanks for the reply, Daniel.

I created the fiddle: http://jsfiddle.net/p75eqmun/43/

Never tried the frozen. Maybe I did something wrong? Because the chart isn't showing.

Thanks again

Daniel LaLiberte

unread,
Dec 18, 2015, 12:48:36 PM12/18/15
to Google Visualization API
Hi Khrys,

You had a few errors in your jsfiddle, which I fixed:  http://jsfiddle.net/p75eqmun/44/

* Use google.charts.load and google.charts.setOnLoadCallback
* Use google.visualization.DataTable and google.visualization.Calendar.


--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Khrys

unread,
Dec 18, 2015, 2:02:21 PM12/18/15
to Google Visualization API
Thanks, Daniel! The Chart now show the itens in Nov and Dec:


Any date for the next release? :D

Daniel LaLiberte

unread,
Dec 18, 2015, 5:05:02 PM12/18/15
to Google Visualization API
You can keep using the frozen version 44.  I might announce the new version next week, at which time it will be the 'upcoming' version.

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.

For more options, visit https://groups.google.com/d/optout.

Khrys

unread,
Dec 28, 2015, 6:11:17 AM12/28/15
to Google Visualization API
Hi, Daniel and All.

Some advice here: I am using the calendar with the frozen version in a page that already has a sankey chart with the last version in production (1.0). I am facing some difficulties to keep both working. I tried to build a fiddle without success at the moment, and just arrived here to ask if there is some kind of conflict to use both the production and frozen version in the same page. Thanks.

Daniel LaLiberte

unread,
Dec 28, 2015, 8:02:38 AM12/28/15
to Google Visualization API
When you say production (1.0) you are referring to loading the library via the jsapi loader, whereas the frozen version loader is at http://www.gstatic.com/charts/loader.js.  You cannot load from both in the same page because there will be conflicts in the shared code, but you should be able to shift to loading only from the gstatic server.    We started transitioning everything over to this new server since we are now unable to update the old server.

From now on, the "production" releases will be referred to as "current", and can be loaded with the gstatic loader using version "current".  This is documented at:  https://developers.google.com/chart/interactive/docs/basic_load_libs



On Mon, Dec 28, 2015 at 6:11 AM, Khrys <khry...@gmail.com> wrote:
Hi, Daniel and All.

Some advice here: I am using the calendar with the frozen version in a page that already has a sankey chart with the last version in production (1.0). I am facing some difficulties to keep both working. I tried to build a fiddle without success at the moment, and just arrived here to ask if there is some kind of conflict to use both the production and frozen version in the same page. Thanks.

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Khrys

unread,
Dec 28, 2015, 9:44:18 AM12/28/15
to Google Visualization API
Thanks for the information and congratulations for the amazing work!
Reply all
Reply to author
Forward
0 new messages