[visualization-api] Re: Annotation Chart stability

2014-08-14 Thread Shivani Kanakhara
Ok thanks. Are there any chances for AnnotationChart to be deprecated in near future? I want to know an approximate interval of time for which the AnnotationChart is guranteed to work. On Wednesday, August 13, 2014 7:39:16 PM UTC+5:30, Shivani Kanakhara wrote: Is the new version of Annotation

[visualization-api] Re: Need help with TimeLine visualization - data from JSON file.

2014-08-14 Thread Ákos Kovács
How can I generate a json file like that you have pasted? 2013. november 7., csütörtök 17:21:46 UTC+1 időpontban SAP a következőt írta: Hi.. I am looking to pull data for timeline from a JSON file. I get below error. Please help in fixing this. ERROR: Uncaught Error: Invalid JSON

Re: [visualization-api] Re: Table and map in same dashboard

2014-08-14 Thread Sikker Trafik
Hi asgallant I don't know if you're still able to help with my map. I have some questions to the code below. 1. When I try to use the float:left function (or right) for the filters, the drop-downs won't work. 2. When I use filters where no results come up in the table and on the map, it shows an

Re: [visualization-api] Re: Annotation Chart stability

2014-08-14 Thread 'Jon Orwant' via Google Visualization API
No chances. We only just built the Annotation Chart! Jon On Thu, Aug 14, 2014 at 3:16 AM, Shivani Kanakhara shivani.10@gmail.com wrote: Ok thanks. Are there any chances for AnnotationChart to be deprecated in near future? I want to know an approximate interval of time for which the

[visualization-api] Re: Need help with TimeLine visualization - data from JSON file.

2014-08-14 Thread Andrew Gallant
Do you want to generate the JSON dynamically (like from a database query)? If you do, what is your server environment like (database, scripting or programming language, etc)? On Thursday, August 14, 2014 4:12:24 AM UTC-4, Ákos Kovács wrote: How can I generate a json file like that you have

Re: [visualization-api] Re: Table and map in same dashboard

2014-08-14 Thread Andrew Gallant
When you float the controls, you need to clear the float afterwards (otherwise, the controls end up layered underneath the table's container div, which is why they don't work). See example: http://jsfiddle.net/asgallant/t2vw2hrq/ You can clear the errors by setting up error event handlers for

Re: [visualization-api] Re: Table and map in same dashboard

2014-08-14 Thread Sikker Trafik
Thank you! The error handling is exactly as I wanted it and it works - thank you. The floating is still a problem. Forgive me, but where am I supposed to type in the CSS part (the part below)? #control1, #control2, #control3, #control4, #control5 { float: left; } #clearFloat { clear:

Re: [visualization-api] Re: PHP Server side graph generation

2014-08-14 Thread Nicolas Thery
I think I'm able to say lol You can't tell people to use it tell them to keep in mind that it could be turned off tomorow ! I want a safe, durable and perenne way to do server side graphics, I don't do it just for fun. I'm heading zeta-components at the moment. Nicolas. -- Nicolas THERY -

[visualization-api] Background colors for threshold indicators on line chart (stripped ? )

2014-08-14 Thread Scott Miller
Hello, I cant seem to find any info on making multiple background colors on a line chart so to visually indicate certain thresholds. Likely not explaining this well so I think this attached image says it all. I'm looking to replicate the Pink,yellow green colored areas. I found the striping as

Re: [visualization-api] Re: Table and map in same dashboard

2014-08-14 Thread Andrew Gallant
Add those styles to a style sheet or in a style tag. You need to have a div with the class clearFloat after your controls for it to work (see the example HTML). On Thursday, August 14, 2014 10:07:19 AM UTC-4, Sikker Trafik wrote: Thank you! The error handling is exactly as I wanted it and

[visualization-api] Re: Background colors for threshold indicators on line chart (stripped ? )

2014-08-14 Thread Andrew Gallant
There are a couple of ways you can do this. You can use a ComboChart with stacked area series (example: http://jsfiddle.net/asgallant/apH2B/), or you can use area style intervals (example: http://jsfiddle.net/asgallant/apH2B/35/, note that the tooltips here can be cleaned up so they don't