Re: [visualization-api] QR Codes Information

2016-04-19 Thread 'Jon Orwant' via Google Visualization API
We make no promises about the long-term availability of QR code generation in Google Image Charts. That said, we also have no intentions of turning it off in the short term. So, your call. Sorry we can't be more prognostic! Jon On Tue, Apr 19, 2016 at 4:55 PM, Ralph Malph

[visualization-api] QR Codes Information

2016-04-19 Thread Ralph Malph
Where can I find information on QR codes on the developers.google.com site? I found this article , but it indicates that the API is deprecated. I want to embed a QR code image in an e-mail that's dynamically generated based on

Re: [visualization-api] License attribution in Drupal 8

2016-04-19 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Bill, The version of Google Charts that you use depends on which version you load. With the gstatic loader can load one of several versions when you call google.charts.load(). The first arg specifies the version, which might be a particular numbered version like '41' or '44', or it could be

Re: [visualization-api] Re: Is it possible to format the percentage in the pie chart to 2 decimal places instead of one?

2016-04-19 Thread Shabir Ahmed
do we have any update on this issue, did any find a way to present more digit with percentage? On Wednesday, May 21, 2014 at 6:41:56 AM UTC-7, Daniel LaLiberte wrote: > > Ah, I should have noticed that you mentioned the percentage value. There > is no way at this time to specify the format of

Re: [visualization-api] Question about Histogram: Aggregation to "Items" block

2016-04-19 Thread 'Daniel LaLiberte' via Google Visualization API
Sorry, the Histogram tooltips can't be customized yet. The option under 'histogram' that controls the hiding of bucket items is hideBucketItems, so try setting it to false: var options = { ... histogram: { hideBucketItems: false } } On Tue, Apr 19, 2016 at 10:39 AM, D Sen

[visualization-api] Question about Histogram: Aggregation to "Items" block

2016-04-19 Thread D Sen
Hi everyone, I'm currently using the histogram. When pushing in too much data, the stacked bars become single blocks. While I like that, the Label "Items: #" isn't quite fitting as my data is about people. Is there a way I can change this label to anything else? Or a way to disable this

[visualization-api] License attribution in Drupal 8

2016-04-19 Thread Bill Bohling
Greetings, I'm using Google charts in a Drupal 8 project. One of the new things in D8 is a libraries.yml file for registering both local and remote JS and CSS. For remote resources like Google charts, Drupal requires version and licensing information to be provided, so I'm wondering what to

Re: [visualization-api] Visualization of Healthcare Sensor Data via CSV File in HTML?

2016-04-19 Thread Lee Deneault
Thanks Much Daniel...! I will give it a "whirl"...! LEE On Mon, Apr 18, 2016 at 11:58 AM, 'Daniel LaLiberte' via Google Visualization API wrote: > Hi Lee, > > Google Charts will work with JSON-like format if it is formatted as > expected, as