Re: [visualization-api] Re: Are sankey titles appearing for anyone?

2015-06-05 Thread 'Michaela Cano' via Google Visualization API
Yes, not supported. On Fri, Jun 5, 2015 at 6:36 AM Daniel Buttery hasanyoneseenmysp...@googlemail.com wrote: Hi. I haven't used sankeys personally, but I don't see any option for a title in the documentation so its likely not supported -

Re: [visualization-api] Treemap MouseOut doesn't remove outline from last selected object

2015-08-07 Thread 'Michaela Cano' via Google Visualization API
Hi Comden, We cannot reproduce the above error on our side. Please let us know what browser are you using so we can troubleshoot farther. Thank you, Michaela On Fri, Jul 31, 2015 at 12:09 PM Camden lowrance camdenlowra...@gmail.com wrote: This seems like a pretty major error in the rendering

Re: [visualization-api] Issue with "Americas" region on Georchart

2016-04-27 Thread 'Michaela Cano' via Google Visualization API
Hi Rafael, The whole world map shows due to Insular areas. Please see https://en.wikipedia.org/wiki/Insular_area. And https://en.wikipedia.org/wiki/ISO_3166-2 for ISO coding. As far as the '419' code for Latin America we can only guarantee the codes on our documentation

Re: [visualization-api] Issue with "Americas" region on Georchart

2016-04-27 Thread 'Michaela Cano' via Google Visualization API
Hi, Actually the '019' does work. Per our documentation 019 will include all sub-continents and all countries under this number. If you want to be more specific you will need to use '021' for North America. Note this will now include the following: BM

Re: [visualization-api] How to show India state geo chart

2016-05-13 Thread 'Michaela Cano' via Google Visualization API
Hi Kri, You can use something like this: var options = { region: 'IN', // India displayMode: 'markers', //If you want to highlight some cities resolution: 'provinces', //If you want to display provinces in India colorAxis: {colors: ['blue']} //If

Re: [visualization-api] Muti language chart support?

2016-05-02 Thread 'Michaela Cano' via Google Visualization API
Hi Rasel, You will need to set the language to "BN". I do not see how are you loading your code so will make an assumption your code is missing a language specification. Should look like this. google.charts.load("current", {packages:["calendar"], language: 'bn'}); Hope this helps. On Mon, May