[visualization-api] Re: Export Google Chart in Excel using Javascript ASP.NetC#

2014-09-05 Thread Gaurav Mishra
Thanks Andrew, I need to export using code without any manual activity. On Friday, September 5, 2014 7:43:21 AM UTC+5:30, Andrew Gallant wrote: You have to save the image/octet stream as a .png file and then import the file into Excel. To save the stream as a file, set the src of an img tag

[visualization-api] Re: Multiple rows in one tooltip

2014-09-05 Thread Alexandre Carrie
I have a bar with several boxes. But what I want is a bar without the boxes, just the bar, with only one tooltip which contains all the activities of my training session. Like this : https://lh5.googleusercontent.com/-pp5MfjDVdy4/VAlrsCF_cTI/ACI/PzWFlDYn35k/s1600/HELP.png Just one blue

[visualization-api] Re: Color for Timeline Chart with 3 categories

2014-09-05 Thread Khrys
Thanks for remember this, Andrew. Gonna give a try. On Thursday, September 4, 2014 11:00:10 PM UTC-3, Andrew Gallant wrote: In case you are still looking for a solution, I found a way to do this that actually works properly using the style column role to color the bars without having to go

[visualization-api] Re: GeoChart and Strings problem !!

2014-09-05 Thread cyb
Hi, this is bad.. and how should i reactif no data point is available what should i return back that i become no error? or what is the best method to delete the Map chart ? the clearChart function did not work there! Am Donnerstag, 4. September 2014 00:59:17 UTC+2 schrieb Andrew Gallant:

[visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread Alexandre Carrie
Hello, I have a problem with the min value of the vAxes in my combo chart. Actually I have this : https://lh5.googleusercontent.com/-ndoEr5TD4Yk/VAm2cHujKfI/ACY/OuEawwbSQT8/s1600/HELP.png The red line is at -15 but the min value of my vAxes are -150 and -50. I tried to change this value

[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-05 Thread Nicolas Fortin
First, thx for all your answers and your advice for createTooltip function :) The data I get from the API is not formatted as Google Charts expect but I found a way to do it nicely :p -- You received this message because you are subscribed to the Google Groups Google Visualization API group.

[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-05 Thread Nicolas Fortin
I copied your anwser on Stackoverflow http://stackoverflow.com/questions/25625033/google-visualization-stack-columns-issues-with-html-custom-tooltips/25687093#25687093 Hope your are ok with it :p -- You received this message because you are subscribed to the Google Groups Google Visualization

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread 'Daniel LaLiberte' via Google Visualization API
It appears your chart is doing what you described, so it is not clear what you want it to do that is different from that. I assume the red line is using the right-side axis and the bars are using the left-side axis. On Fri, Sep 5, 2014 at 9:13 AM, Alexandre Carrie

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread Alexandre Carrie
I just want to put the minValue of the two vAxis to -15. I don't want -50 and -150. -- 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

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread 'Daniel LaLiberte' via Google Visualization API
The minValue option is probably not doing what you assumed. It only specifies a value that is effectively added to your data, so the chart ensures that the minValue appears in the chart, but it doesn't mean the axis will go no lower than the minValue. However, the viewWindow.min option will do

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread 'Daniel LaLiberte' via Google Visualization API
You will have to specify the same viewWindow for *both* of your vAxes that should have the same viewWindow. Or you could *add* another option which is just the vAxis (rather than vAxes) as I said before. On Fri, Sep 5, 2014 at 11:05 AM, Alexandre Carrie alexandre.car...@ipa-consulting.fr wrote:

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread Alexandre Carrie
You can see the result : https://lh3.googleusercontent.com/-IwXDHm-CzMg/VAnQxFrtNQI/ACo/8GeKmkcPXUM/s1600/HELP.png And my code : https://lh5.googleusercontent.com/-7bDNJerH5Ho/VAnQ2omROzI/ACw/U42Sfp7teJ0/s1600/HELP2.PNG I have tried the viewWindowsMode option too. -- You

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread Alexandre Carrie
Result when I put the viewWindow option for both of my vAxes : https://lh5.googleusercontent.com/-myV1ymmxvB4/VAnVIQnuBmI/AC8/GThbDKbhV10/s1600/HELP.png And when I add another option it doesn't work. -- You received this message because you are subscribed to the Google Groups Google

Re: [visualization-api] Problem with minValue and maxValue for vAxes in combo chart

2014-09-05 Thread 'Daniel LaLiberte' via Google Visualization API
If you add the vAxis.viewWindow.min option, you would have to remove the viewWindow.min option from each of the vAxes, otherwise they override. So now it appears that in the chart you attached, the lowest axis values are be the same value of -15 in both axes. However, now you probably want to

[visualization-api] Re: Export Google Chart in Excel using Javascript ASP.NetC#

2014-09-05 Thread Andrew Gallant
You could use javascript to fetch the URI and send it to your server via AJAX, then have the server convert it to a .png file. On Friday, September 5, 2014 2:09:07 AM UTC-4, Gaurav Mishra wrote: Thanks Andrew, I need to export using code without any manual activity. On Friday, September 5,

[visualization-api] Re: Multiple rows in one tooltip

2014-09-05 Thread Andrew Gallant
Ahh, I see. You can do this with a single data series with a custom tooltip that contains the information you want: var data = google.visualization.arrayToDataTable([ ['Date', 'Value', {role: 'tooltip', type: 'string', p: {html: true}}], [new Date(2014, 7, 28), 305, 'divSeance