Firefox Combo Chart Display issue

42 views
Skip to first unread message

Henry Harrison

unread,
Jan 14, 2016, 9:05:17 AM1/14/16
to Google Visualization API
Hi

A chart that loads with no issues in other browsers is giving me issues in Firefox.  When I modify the viewWindow of the chart weeks not supposed to be displayed get displayed incorrectly. See picture.



I'm loading the chart library like so:

google.load('visualization','1', {
        'packages': ....

I found a similar issue here: https://github.com/google/google-visualization-issues/issues/835

The 'fix' in there about modifying the clip path doesn't work for me.  And from what I read, loading '1' is the current version 43 frozen chart that is mentioned in the link which is supposed to have a fix for it in.  Is this a known bug/issue? I can't find any other examples.

Currently using Firefox 43.0.4 on Windows7 PC.  Any help will be appreciated. 

Thanks,
Henry

Daniel LaLiberte

unread,
Jan 14, 2016, 9:59:31 AM1/14/16
to Google Visualization API
Hi Henry,

Unfortunately, we were not able to update the version you get with the jsapi loader beyond version 42.  So to load version 43, you have to use the new loader, which is described here: https://developers.google.com/chart/interactive/docs/basic_load_libs
v43 is 'current' at this time, so let us know if this doesn't fix the problem for you.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/8ddc33a4-142e-468d-9644-6b3ca678fd3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Henry Harrison

unread,
Jan 14, 2016, 10:41:38 AM1/14/16
to Google Visualization API
Thanks for the assistance.  I modified the code to use the new loader

 google.charts.load('current', {'packages':[corechart', 'table'] });

The issue still persists on Firefox unfortunately.

On Thursday, January 14, 2016 at 4:59:31 PM UTC+2, Daniel LaLiberte wrote:
Hi Henry,

Unfortunately, we were not able to update the version you get with the jsapi loader beyond version 42.  So to load version 43, you have to use the new loader, which is described here: https://developers.google.com/chart/interactive/docs/basic_load_libs
v43 is 'current' at this time, so let us know if this doesn't fix the problem for you.
On Thu, Jan 14, 2016 at 9:05 AM, Henry Harrison <hen...@gmail.com> wrote:
Hi

A chart that loads with no issues in other browsers is giving me issues in Firefox.  When I modify the viewWindow of the chart weeks not supposed to be displayed get displayed incorrectly. See picture.



I'm loading the chart library like so:

google.load('visualization','1', {
        'packages': ....

I found a similar issue here: https://github.com/google/google-visualization-issues/issues/835

The 'fix' in there about modifying the clip path doesn't work for me.  And from what I read, loading '1' is the current version 43 frozen chart that is mentioned in the link which is supposed to have a fix for it in.  Is this a known bug/issue? I can't find any other examples.

Currently using Firefox 43.0.4 on Windows7 PC.  Any help will be appreciated. 

Thanks,
Henry

--
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+unsub...@googlegroups.com.



--

Daniel LaLiberte

unread,
Jan 14, 2016, 11:20:49 AM1/14/16
to Google Visualization API
Thanks Henry,

We tried to reproduce this, and it appears to us that using the new version with the new loader works in all browsers including Firefox.   But there might be something peculiar about your case, so could you give us a URL to a page that demonstrates the problem for you?  You can send a private email if your URL is non-public.   Thanks.

On Thu, Jan 14, 2016 at 10:41 AM, Henry Harrison <hen...@gmail.com> wrote:
Thanks for the assistance.  I modified the code to use the new loader

 google.charts.load('current', {'packages':[corechart', 'table'] });

The issue still persists on Firefox unfortunately.

On Thursday, January 14, 2016 at 4:59:31 PM UTC+2, Daniel LaLiberte wrote:
Hi Henry,

Unfortunately, we were not able to update the version you get with the jsapi loader beyond version 42.  So to load version 43, you have to use the new loader, which is described here: https://developers.google.com/chart/interactive/docs/basic_load_libs
v43 is 'current' at this time, so let us know if this doesn't fix the problem for you.
On Thu, Jan 14, 2016 at 9:05 AM, Henry Harrison <hen...@gmail.com> wrote:
Hi

A chart that loads with no issues in other browsers is giving me issues in Firefox.  When I modify the viewWindow of the chart weeks not supposed to be displayed get displayed incorrectly. See picture.



I'm loading the chart library like so:

google.load('visualization','1', {
        'packages': ....

I found a similar issue here: https://github.com/google/google-visualization-issues/issues/835

The 'fix' in there about modifying the clip path doesn't work for me.  And from what I read, loading '1' is the current version 43 frozen chart that is mentioned in the link which is supposed to have a fix for it in.  Is this a known bug/issue? I can't find any other examples.

Currently using Firefox 43.0.4 on Windows7 PC.  Any help will be appreciated. 

Thanks,
Henry

--
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.



--

--
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.



--

Henry Harrison

unread,
Jan 14, 2016, 11:58:57 AM1/14/16
to Google Visualization API
Appreciate it.  Will have to get back to you with a link tomorrow after a discussion at the office.

Henry Harrison

unread,
Jan 15, 2016, 9:18:29 AM1/15/16
to Google Visualization API
Hi Daniel

I definitely think it is peculiar so I went digging a bit and found that the <g clip-path="url(http:...)> didn't have a single quote around it.  I modified the HTML within Firefox debugging to include surrounding quotes and the chart displayed correctly.  The quotes are present in the other browsers.  I don't know why the quotes would not be there in Firefox but I thought I might just bring it to your attention.

Appreciate you taking the time to help.

Regards
Henry


On Thursday, January 14, 2016 at 6:20:49 PM UTC+2, Daniel LaLiberte wrote:
Thanks Henry,

We tried to reproduce this, and it appears to us that using the new version with the new loader works in all browsers including Firefox.   But there might be something peculiar about your case, so could you give us a URL to a page that demonstrates the problem for you?  You can send a private email if your URL is non-public.   Thanks.

dlali...@Google.com   5CC, Cambridge MA

Daniel LaLiberte

unread,
Jan 15, 2016, 9:52:27 AM1/15/16
to Google Visualization API
That is interesting, Henry.  The code for creating the clip-path url is identical for all browsers except IE9, and it uses the element's setAttribute method to set the value to a string in all cases.  So it would seem this difference you see must be related to either your browser or something in your environment.   Could it be that you have an addon or other JS library that affects the page?   We could possibly narrow this down more quickly if you could point us at a page that shows, at least for you, what you are seeing.

--
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.
Reply all
Reply to author
Forward
0 new messages