Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread SANTHOSH THANGARAJ
Hi Daniel, Can I use chdlp parameter to change the order of legend ( https://google-developers.appspot.com/chart/image/docs/chart_params#gcharts_legend )?. but it was not working as expected .why? .chartOptions({ legend: { label:{order: {

Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread 'Daniel LaLiberte' via Google Visualization API
Santhosh, First, you are using image charts, which are deprecated and will continue to work for the time being, but we don't offer much help in using them. Some day we hope to replace these charts with newer versions that are more consistent with the browser-based charts documented here:

Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread 'Daniel LaLiberte' via Google Visualization API
With stacked charts, the legend is reversed intentionally so that the order corresponds to what shows up in the stacks. This is not a bug. We don't have any options for specifying the order of the legend items, though that is probably a good idea to consider. On Wed, Jul 22, 2015 at 12:15 PM,

[visualization-api] Timeline duration in tooltip

2015-07-22 Thread Andrea Ci
I'm creating a simple timeline; this is the example: https://jsfiddle.net/zvqgr1ag/ However, if I change the day variable, moving it back 1 hour, see this example: https://jsfiddle.net/9w2yh88j/ two things happen: - half hours appear in the X axis - The tooltip of every coloured block

[visualization-api] Google stacked chart - legend

2015-07-22 Thread SANTHOSH THANGARAJ
Hi , I want to re-order the legend content in reverse order or sort by alphabetical order? How to do it? i tried using .chartOptions({ legend: { label:{order: { chdlp: 'r'} } } but it has no effect... thanks

[visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread SANTHOSH THANGARAJ
Hi, I am getting the legend order in reverse order. Why? I saw some post that says it is bug. Is it fixed? if so, how do i reorder the legend ? Please let me know. Thank you -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Individual bar color based on y-values in Bar Chart.

2015-07-22 Thread Karthikeyan Ve
Is it possible that setting color to individual bar using Google's Charts library in Bar Chart? If not give some other library name to achieve that. Currently I am using MPAndroidChart. This feature is in enhancement in MPAndroidChart https://github.com/PhilJay/MPAndroidChart/issues/359. Please

[visualization-api] Using Chart Editor to display different data

2015-07-22 Thread Isaiah Elias
I am trying to load one spreadsheet containing all the data I would need into my document, and choose what to display for a graph. For example, if my data contained columns month, severity of weather, inches of rainfall, and london/tokyo, I want to be able to display, say, a line chart that

Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread SANTHOSH THANGARAJ
Hi Daniel, Yes. I thought I would modify it and use that option in google chart. Thanks for the information. Please add those feature later, it will be helpful. Thanks, Santhosh -- You received this message because you are subscribed to the Google Groups Google Visualization API

Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread 'Daniel LaLiberte' via Google Visualization API
OK, from the image you posted, it does appear you are trying to use Google Charts, but you linked to the image charts documentation, which have completely separate options, so not relevant. And as I said before, there is no option in Google Charts for changing the order of the legend items. On

Re: [visualization-api] stacked bar chart- whether bug is fixed? for legend order

2015-07-22 Thread SANTHOSH THANGARAJ
https://lh3.googleusercontent.com/-BwKbkps4p50/Va_OqhQ2qKI/ACs/FgJg1UpHhO4/s1600/Capture.JPG Hi Daniel, Above is the resulted chart. Now I am developing stacked bar chart and I have legend at the right of the chart. The legend content are in reverse order. I want that in

[visualization-api] Re: Google Sheet, Query function doesn't run correctly.

2015-07-22 Thread Jamie Feaviour
I know it's late but I ran into a similar issue and found that using column letters didn't work but using Col1, Col2 etc. did. Not very clearly documented. Try: =QUERY(ResourceUsage2015!C4:F200, select Col1 WHERE Col4 = 'Vacation', -1) I also ran into a formatting issue using -1 header rows.

Re: [visualization-api] Free to use for Commercial purposes?

2015-07-22 Thread 'Jon Orwant' via Google Visualization API
Yes, Google Charts are free to use for commercial purposes. Jon On Wed, Jul 22, 2015 at 8:07 PM, Rafa Roshan rafaspee...@gmail.com wrote: Hi Everyone, I was wondering whether the Google Charts API is free to use for commercial purposes? I haven't found a clear answer to this question and

[visualization-api] multiple charts in single html page

2015-07-22 Thread Indu Guptha
Hi, I want show one pie chart and one bar graph for different source data. can we do that? I am new to html webdesign, please help with this. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] selection events on Chart Editor

2015-07-22 Thread Isaiah Elias
Hi Does anyone know if there are selection events on the chart editor dialog box? So when you choose a chart/graph it fires an event. Thanks! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Google Line chart

2015-07-22 Thread Samuel Johnson
What I am trying to do is integrate the chart with Salesforce. I currently have the chart into salesforce, how ever it only shows the chart if all values are filled in. I would like to still be able to see the chart on my page if some of the fields are not filled in. In the highlighted

[visualization-api] Free to use for Commercial purposes?

2015-07-22 Thread Rafa Roshan
Hi Everyone, I was wondering whether the Google Charts API is free to use for commercial purposes? I haven't found a clear answer to this question and tried posting it on StackOverflow but got scolded for posting in the wrong place (never knew there was a forum for just the Google Charts

Re: [visualization-api] Custom Gridlines

2015-07-22 Thread 'Daniel LaLiberte' via Google Visualization API
Jordan, There is a way to specify the major gridlines, by using the 'ticks' option. This works for continuous values, including numbers and dates, but not for discrete string values. For horizontal gridlines, the options are specified for the vAxis, but since you are working with dates, I

[visualization-api] Custom Gridlines

2015-07-22 Thread jordan
Hello, I am working on a forecasting solution for my company. I am using Google Charts and they want major gridlines on January with one case, and major gridlines on September in another case. I was wondering if there is a a way to pass in array of prefered major gridlines and an array of