Re: [visualization-api] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread Victor Oyemi
Sir, Thanks for the feedback. Can you advice on sample clue to deploy a.d test 41. Any work through will be appreciated of a collaborative so u can have a test on the environment. Pm your github ID so we can collaborate. Appreciate your feedback On Mon, Apr 9, 2018, 5:32 PM 'Daniel LaLiberte'

[visualization-api] Re: How do I update a Google Gauge with MySQL data?

2018-04-09 Thread kenhes
Did you get this working Andrew? Gabriel, I'm not sure what you mean by: adjust global SQL to your DB info. -- 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] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread 'Daniel LaLiberte' via Google Visualization API
Looks like a bug that occurred starting with version 42. If you replace your 'current' version with '41', it appears to work. It is also working with the 'upcoming' version now, though I can't be sure it will work correctly due to some other issues there. Thanks for reporting this. I'll try

[visualization-api] How to draw grid chart(with same cells)?

2018-04-09 Thread Sergei Obodovsky
Hello, everyone! Give me advice, please, how to draw chart with same cells. Each cell must have own color or opacity. I think use scatterChart for it: -set coordinates x/y -calculate and set size for pointSize property(it would by cell) But i don't know, how to set color or opacity for each cell.

Re: [visualization-api] How can I draw radar chart with Google Charts?

2018-04-09 Thread Jamie Hari
Daniel et al., I'd love to also add my support for having a radar chart option in the new Google Charts API. It's been 2 years since this was posted and I'm fearful that the deprecated Image Charts API will soon be switched off and we'll have no option left. :( On Sunday, May 22, 2016 at

Re: [visualization-api] Google ChartWrapper doesn't work with line charts

2018-04-09 Thread Victor Oyemi
Hello Sir, Please can one advice to call it up as it breaks out when trading tunes up, See coinestate.somidax.net Kindly pm for access to repo at github page. Thanks. On Mon, Apr 9, 2018, 1:48 PM Nimesh wrote: > I am following this >

[visualization-api] Google ChartWrapper doesn't work with Histogram charts

2018-04-09 Thread Nimesh
I am following this example from Google Chart documentation . In the project all the

Re: [visualization-api] Re: Google-chart legend item alignment

2018-04-09 Thread 'Maciej Golkowski' via Google Visualization API
I tried suggestion with adding spaces however, it seems like api trims them :D http://jsfiddle.net/19o19aco/8/ I will just stick to paged legend positioned on the side, oh well. Thanks for Your response. On 6 April 2018 at 15:51, Sean Larson wrote: > Got it. I also

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
Correction if(number && Number.isInteger(number)) On Mon, Apr 9, 2018, 7:07 AM Gaith Daragmeh wrote: > You can algo verify (value && parseIt(value)) > In case the server send it as string > On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees < > monitoring.lasercont...@gmail.com>

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
You can algo verify (value && parseIt(value)) In case the server send it as string On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees wrote: > Hi Gaith, > > 0 is also a value because we take the delta from each point. > I found the solution. instead of empty I put NaN.

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Jeroen Gees
Hi Gaith, 0 is also a value because we take the delta from each point. I found the solution. instead of empty I put NaN. Thanks J Op zaterdag 7 april 2018 14:44:12 UTC+2 schreef Gaith Daragmeh: > > Just dovalue ? value : 0: > > On Sat, Apr 7, 2018, 4:32 AM jeroen gees