You can now load Google Charts version '45.2' by loading 'upcoming'. Please test this version and let us know if you experience any new problems.
Anticipated production release date: June 28
This version includes a few bug fixes and many changes that involve internal refactoring, particularly in how options are processed, but there should be no visible changes.
Summary of changes for v45.2:
Corecharts
Added tooltip.boxStyle options: e.g.
'tooltip': {
'boxStyle': {
'stroke': '#b2b2b2', 'strokeOpacity': 1, 'strokeWidth': 1.5,
'fill': 'white', 'fillOpacity': 1,
'shadow': { 'radius': 1, 'opacity': 0.2, 'xOffset': 0, 'yOffset': 2 }
}}
Fix AreaChart legend items to use areaOpacity option.
Fix infinite loop when formatted domain values are (incorrectly) numeric.
Table
Fix paging buttons.
Add column type to header cell classlist.
Respect column property.
Fix accessibility labels when sorting is enabled.
Gantt
Fix selection object to include row index.
Since this morning 16 of june 2017 my application displayed a bug with the combobox using Chrome or IE
After a long debug we realized there should be a conflict between the two libraries : ExtJs 4.07 and Google Chart upcoming release .
changing the google loader in : google.charts.load('44', {............}) //last stable release it start working again
I hope it will be fixed asap
--
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.
To post to this group, send email to google-visualization-api@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/1e9750fa-b24b-44e0-b58c-6e329cbfe678%40googlegroups.com.
Yes, the boxStyle only applies to the non-html tooltip. But I believe you can modify the style of the html tooltip with your own CSS.
On Sat, Jun 17, 2017 at 9:40 PM, Hartmut Gunther <ha...@nutregy.com.au> wrote:
Thanks for that Ray. Those pesky commas.However, and this may be a question for Danial...If you have a tooltip that contains amounts of text that exceed the screen width - it get truncated. If however you turn on isHtml:true then you get a wrap aound effect and all text is displayed. However if isHtml:true is set the you then loose all the nice boxStyle formatting. It appears to me then, that you have to choose one or the other.Just checking whether this is in fact the case.Hartmut
On Sunday, 18 June 2017 01:22:49 UTC+10, Ray Thomas wrote:I tested 'upcoming' at https://jsfiddle.net/brisray/fux0vgLm/ and http://hmsgambia.org/crewlist5.htm with no problems.Unlike Hartmut I had no problems with using tooltip: with both boxStyle: and textStyle: together - https://jsfiddle.net/brisray/fux0vgLm/1/Maybe a missing comma when adding the new block?Ray
--
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-api@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/1e9750fa-b24b-44e0-b58c-6e329cbfe678%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/757f6235-fae1-4486-bca8-edb38f02fa89%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/e8234665-0d0f-4166-ab3f-d0df85493850%40googlegroups.com.
Thanks for your feedback about v45.2, Jean-Rémi.A method to get the current page number should be easily doable. I'll look into it.I don't know anything about the viewBox attribute, or how much work it would be to add it. If it is just about specifying info that is already available, it should be relatively easy to add. Your hack to add it will be useful as a model to follow.I've been trying to track down the error with the missing BubbleChart colors in v45.2, and it turns out there is a conflict involving 3 different ways of fixing it, each of which causes other problems, so this is getting more interesting. I should be able to work it out though.
On Mon, Jul 3, 2017 at 6:33 AM, Jean-Rémi Delteil <jeanremi...@gmail.com> wrote:
Hi Daniel,The v45.2 doesn't appear to break anything for us, it even fix the pagination buttons for the Table chart.This remind me that it's really difficult and not straightforward to get the current page number. I would find really really useful to have a mean to get this info.An other pain point currently is about all the SVG charts: they don't have the viewBox attribute.This attribute allows the SVG to behave nicely in all browsers !!Kind of like a box, or an image, allowing us to have a responsive design.I currently use a sort of hack to apply this attribute on SVG charts (like PIE) and it displays really nicely !I will share an example when I can.Cheers !Jean-Rémi
--
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.
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/e8234665-0d0f-4166-ab3f-d0df85493850%40googlegroups.com.
Hello there,Does anybody noticed that charts/graphs have completely changed in appearance since a month on google sheets? We can't present them since and I deeply wish to not go through them all and getting back something clean.This has affected all my charts on different sheets.Any information would be very appreciated,Thanks
On Monday, 3 July 2017 14:48:32 UTC-4, Daniel LaLiberte wrote:
Thanks for your feedback about v45.2, Jean-Rémi.A method to get the current page number should be easily doable. I'll look into it.I don't know anything about the viewBox attribute, or how much work it would be to add it. If it is just about specifying info that is already available, it should be relatively easy to add. Your hack to add it will be useful as a model to follow.I've been trying to track down the error with the missing BubbleChart colors in v45.2, and it turns out there is a conflict involving 3 different ways of fixing it, each of which causes other problems, so this is getting more interesting. I should be able to work it out though.
On Mon, Jul 3, 2017 at 6:33 AM, Jean-Rémi Delteil <jeanremi...@gmail.com> wrote:
Hi Daniel,The v45.2 doesn't appear to break anything for us, it even fix the pagination buttons for the Table chart.This remind me that it's really difficult and not straightforward to get the current page number. I would find really really useful to have a mean to get this info.An other pain point currently is about all the SVG charts: they don't have the viewBox attribute.This attribute allows the SVG to behave nicely in all browsers !!Kind of like a box, or an image, allowing us to have a responsive design.I currently use a sort of hack to apply this attribute on SVG charts (like PIE) and it displays really nicely !I will share an example when I can.Cheers !Jean-Rémi
--
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-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/e8234665-0d0f-4166-ab3f-d0df85493850%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/eb36c4f3-c396-40d0-a7b0-f51a038ff11e%40googlegroups.com.
To post to this group, send email to google-visualization-api@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/eb36c4f3-c396-40d0-a7b0-f51a038ff11e%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.com.
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-api@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/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.com.
--
To post to this group, send email to google-visua...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.com.
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-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/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/cbae6416-d668-4f12-9861-bf2a8f17916c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@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/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.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-visualization-api+unsub...@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/cbae6416-d668-4f12-9861-bf2a8f17916c%40googlegroups.com.
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-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/bb57a7a4-6f11-4c39-8877-1ddc555720d2%40googlegroups.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-visualization-api+unsubscr...@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/cbae6416-d668-4f12-9861-bf2a8f17916c%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/d5e113f9-7236-45f3-9fd0-39e36c4cce49%40googlegroups.com.
Hello,
--
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.
To post to this group, send email to google-visualization-api@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/b11dd281-2e1f-4b3c-bb95-64e516324e38%40googlegroups.com.
Thanks for your report, Oliver.That appears to be a legitimate bug, but the use of google.charts.load with no packages is fairly new, so it is not exactly a regression from documented behavior. If you do include {packages: ['corechart']} in your google.charts.load call, it works fine.Nevertheless, I will look into it to see if this behavior of dynamically loading all packages can be restored.
On Mon, Jul 10, 2017 at 1:27 PM, Oliver G <ogjo...@gmail.com> wrote:
Hello,Apologies if this has been addressed to-date.We are having an issue with version 45.2 and multiple charts created using the ChartWrapper class. In particular, I am finding that when multiple charts are created using the wrapper, only one will render, while the rest will fail with an "Invalid ChartType: " error message. When I revert back to 45.1, this issue disappears:Example of failure (two charts, second fails):Same example with 45.1, success:Thank you in advance.
--
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.
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/b11dd281-2e1f-4b3c-bb95-64e516324e38%40googlegroups.com.
Thank you Daniel,
Your help is very much appreciated; in going with ChartWrapper as a solution for our needs we were following the documentation and examples provided here.CheersOliver
On Monday, July 10, 2017 at 1:43:38 PM UTC-4, Daniel LaLiberte wrote:
Thanks for your report, Oliver.That appears to be a legitimate bug, but the use of google.charts.load with no packages is fairly new, so it is not exactly a regression from documented behavior. If you do include {packages: ['corechart']} in your google.charts.load call, it works fine.Nevertheless, I will look into it to see if this behavior of dynamically loading all packages can be restored.
On Mon, Jul 10, 2017 at 1:27 PM, Oliver G <ogjo...@gmail.com> wrote:
Hello,Apologies if this has been addressed to-date.We are having an issue with version 45.2 and multiple charts created using the ChartWrapper class. In particular, I am finding that when multiple charts are created using the wrapper, only one will render, while the rest will fail with an "Invalid ChartType: " error message. When I revert back to 45.1, this issue disappears:Example of failure (two charts, second fails):Same example with 45.1, success:Thank you in advance.
--
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-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/b11dd281-2e1f-4b3c-bb95-64e516324e38%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/f63a2d22-b305-475c-bb76-5c720b0fb80c%40googlegroups.com.
To post to this group, send email to google-visualization-api@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/f63a2d22-b305-475c-bb76-5c720b0fb80c%40googlegroups.com.
--
Thank you Daniel,
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@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/b11dd281-2e1f-4b3c-bb95-64e516324e38%40googlegroups.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-visualization-api+unsub...@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/f63a2d22-b305-475c-bb76-5c720b0fb80c%40googlegroups.com.
--
You can now load Google Charts version '45.2' by loading 'upcoming'. Please test this version and let us know if you experience any new problems.
At this time, 'current' is still '45.1'. You can continue to load version '45' or '45.1' by specifying one of those versions.Anticipated production release date: June 28
On this date, loading 'current' or 'upcoming' will load '45.2'.
This version includes a few bug fixes and many changes that involve internal refactoring, particularly in how options are processed, but there should be no visible changes.
Summary of changes for v45.2:
Corecharts
Added tooltip.boxStyle options: e.g.
'tooltip': {
'boxStyle': {
'stroke': '#b2b2b2', 'strokeOpacity': 1, 'strokeWidth': 1.5,
'fill': 'white', 'fillOpacity': 1,
'shadow': { 'radius': 1, 'opacity': 0.2, 'xOffset': 0, 'yOffset': 2 }
}}
Fix AreaChart legend items to use areaOpacity option.
Fix infinite loop when formatted domain values are (incorrectly) numeric.
Table
Fix paging buttons.
Add column type to header cell classlist.
Respect column property.
Fix accessibility labels when sorting is enabled.
Gantt
Fix selection object to include row index.
--
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.
To post to this group, send email to google-visualization-api@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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.com.
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-api@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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.com.
--
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.com.
--
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-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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/ca41c85f-e47d-4fe0-b300-f474dfb9927f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.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-visualization-api+unsub...@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/ca41c85f-e47d-4fe0-b300-f474dfb9927f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@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/aae0b389-a010-4332-b39c-91fe0cf04202%40googlegroups.com.
--