Re: [visualization-api] ANOTATED TIME LINE CHART

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Alex, The AnnotatedTimeline chart is deprecated, and there is no option to make it use stacked bars. However, the replacement, AnnotationChart, can be customized to use stacked bars, as you can see in this example: https://jsfiddle.net/dlaliberte/3vka7fyq/ See the documentation for

[visualization-api] histogram tooltip number format

2016-02-10 Thread dunbar . nick
Hi, I like the Histogram chart but one thing is needling me, which is that I can't seem to have number formatted tooltips. In the classic charts like ColumnChart, it's simply a matter of using the number formatter, for example: var formatter = new

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
I think I have a fix for the lack of formatting now. Should show up in the next release. Can't help you with log scale used with histogram, or even combining the histogram with other charts. The current histogram implementation is not designed with these things in mind, but we are thinking of a

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
OK, thanks. When are you planning the next release? On Wed, Feb 10, 2016 at 4:29 PM, 'Daniel LaLiberte' via Google Visualization API wrote: > I think I have a fix for the lack of formatting now. Should show up in > the next release. > > Can't help you

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
We'd be done by now, but I'm trying to stabilize a new feature regarding bar widths, which is raising entanglements with other features. Hopefully done this week, so I should start rolling out the new release next week. On Wed, Feb 10, 2016 at 11:48 AM, Nick Dunbar

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
Great. In the gstatic loader, do I need to change from '43' to pick up these changes? On Wed, Feb 10, 2016 at 5:04 PM, 'Daniel LaLiberte' via Google Visualization API wrote: > We'd be done by now, but I'm trying to stabilize a new feature regarding >

Re: [visualization-api] Chart Timeline - option groupByRowLabel

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Fred, You need to pass the options to the chart.draw() call. Like so: chart.draw(dataTable, options); On Wed, Feb 10, 2016 at 11:39 AM, Fred LeParigot wrote: > *Bonjour à tous > Voici un code généré par un SGBDR :* > > > *Hello everyone > Here is a code generated

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Nick, Sounds like you found a bug. We should be using the formatted representation of the value in the tooltips, but I see a place in the code where the unformatted value is used, so this might be easy to fix, if I have time to get around to it. On Wed, Feb 10, 2016 at 10:16 AM,

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
Hi Daniel, Thanks for getting back to me so quickly. Please try and fix this - if you do it will be perfect. Well almost, if were it possible to fit Normal or Lognormal curves to the histogram (analogous to trendlines) that would be amazing. Nick On Wed, Feb 10, 2016 at 4:04 PM, 'Daniel

[visualization-api] Chart Timeline - option groupByRowLabel

2016-02-10 Thread Fred LeParigot
*Bonjour à tous Voici un code généré par un SGBDR :* *Hello everyone Here is a code generated by a DBMS* https://www.gstatic.com/charts/loader.js";> google.charts.load( 'current' , {'packages':['timeline']});

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
You'll need to be loading '44' at first, which is available now, but not yet updated for this fix. Then load 'upcoming' when we start the release cycle, if you want the latest. Then back to '44' if you want to stick with that. On Wed, Feb 10, 2016 at 12:19 PM, Nick Dunbar

[visualization-api] select scatter plot dot on external click event

2016-02-10 Thread sohail ahmed
I have an external ul li list containing john and smith this list is not part of scatter chart *(html code not define here)*. When user click on john or smith, scatter plot's related dot should be selected and change its color from blue to red. Secondly I use

[visualization-api] Confidential Graph Data and Data Shared with Google?

2016-02-10 Thread Gordon Fong
Is there any confidential graph data is shared directly with google when using the google charts/graphs? -- 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

Re: [visualization-api] Confidential Graph Data and Data Shared with Google?

2016-02-10 Thread 'Jon Orwant' via Google Visualization API
No data from charts is sent back to Google, with the exception of geocoding requests to the Maps API. Jon On Wed, Feb 10, 2016 at 4:39 PM, Gordon Fong wrote: > Is there any confidential graph data is shared directly with google when > using the google charts/graphs? > >

[visualization-api] Noob question

2016-02-10 Thread Susannah Jones
Hi! I'm trying to work with the beginner's tutorial with pie charts. I followed the directions, copied the source code, saved it to an html file, and then opened the said file into chrome but all I see is the source code instead of the actual pie chart. Am I missing something? -- You received