Re: [visualization-api] Re: Column chart - Bar color

2014-08-01 Thread Nagendra Singh
Hi, The marker which are displayed in the scatter chart are not having smooth edges when displayed in a big screen. Is this normal? On Thu, Jul 24, 2014 at 11:33 PM, Andrew Gallant agall...@google.com wrote: I wish I had an easy answer for you, but I don't. Finding precisely where the cause

[visualization-api] Timeline chart from JSON file

2014-08-01 Thread Ákos Kovács
I have created a .json file from an SQL query. (This file is without cols and rows, I do not, can be that a problem?) I tried to use this tutorial for generating a timeline graph, but it gives a blank page. https://developers.google.com/chart/interactive/docs/php_example -- You received this

[visualization-api] Re: How to open a Gauge chart

2014-08-01 Thread Ron Hernandez
Hi Andrew, My mistake, I didnt know it was needed to save it as html. so, it's working fine now :-) Thanks a lot anyway. Cheers, Ron El jueves, 31 de julio de 2014 20:05:10 UTC+2, Ron Hernandez escribió: Hi Team, formerly I was using it but since it got changed I dont know how to open my

[visualization-api] Change the Shape of the Legend

2014-08-01 Thread Rama Krishnan
Hi, I am a newbie of goggle visualization chart, i want to change the legend shape from rectangle to line. -- 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,

[visualization-api] Re: Drill down functionality for column charts

2014-08-01 Thread Rk MooRthy Rajendran
Hi Andrew, Thanks for your reply. -Rk.MooRthy On Thursday, 31 July 2014 18:33:08 UTC+5:30, Andrew Gallant wrote: Try this: var rawData = [{...}]; // your web service data var myData = [['Categories','ConvToSales','NotConvSales']]; for (var i = 0; i rawData[0].categories1.length; i++) {

[visualization-api] Re: Drill down functionality for column charts

2014-08-01 Thread Rk MooRthy Rajendran
Hi Andrew, Can we have zoom options in Google charts... How to set it.. -Rk.MooRthy On Friday, 1 August 2014 18:05:18 UTC+5:30, Rk MooRthy Rajendran wrote: Hi Andrew, Thanks for your reply. -Rk.MooRthy On Thursday, 31 July 2014 18:33:08 UTC+5:30, Andrew Gallant wrote: Try this:

Re: [visualization-api] Re: Drill down functionality for column charts

2014-08-01 Thread 'Jon Orwant' via Google Visualization API
Some charts support an explorer option, which lets you enable zoom; search for it on the doc page for the appropriate chart. (And the Map Chart has standard Google Maps zooming.) Jon On Fri, Aug 1, 2014 at 8:36 AM, Rk MooRthy Rajendran rkmoorth...@gmail.com wrote: Hi Andrew, Can we have

[visualization-api] Re: Tooltip Font Misbehaving

2014-08-01 Thread CeBe
When I put my code in jsfiddle, the font is fine. I'm having trouble getting dev tools to let me pick the tooltip in the DOM and I don't see it when viewing source. Any tips? On Thursday, July 31, 2014 11:49:58 PM UTC-4, Andrew Gallant wrote: The font should apply to both, and does when I

[visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-01 Thread WhoSoLovesUs
Hi Andrew, Thanks for sharing; I'm not quite there with your example though. Please see my code, which is just the example area chart code from the Google I'd just like three of the same chart: script type=text/javascript src=https://www.google.com/jsapi;/script script

[visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-01 Thread WhoSoLovesUs
Hi Saji, not too sure what I'm looking at here (though I notice there are multiple charts on the same page) On Thursday, July 31, 2014 5:29:40 PM UTC-7, Saji Antony wrote: May be you could check my hobby project view-source:http://www.smart-earn.com/fundamentals/p/summary/3201 and an

[visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-01 Thread WhoSoLovesUs
Hi, ok I got it working ... thanks so much for sharing this :) Something like this would be handy to have in the Google Charts documentation somewhere, as I've seen it is a commonly asked question On Thursday, July 31, 2014 9:17:50 PM UTC-7, Andrew Gallant wrote: There are many ways to

Re: [visualization-api] Not allowing non-whole numbers in axis for interactive charts

2014-08-01 Thread Thayne McCombs
Setting the maxValue to 6 doesn't work if you have values more than 6. Unfortunately, in my case, I don't know what the maximum value is, and it looks like the only solution is to loop through the entire table and find the largest value, which is rather inconvenient. Is there any plans to add

[visualization-api] jquery ui tabs and treemap

2014-08-01 Thread Avinash
Hello all, I am trying to use jquery tabs in conjunction with the Treemap chart. I have a page with two tabs and a chart in each tab. On the first tab all is as expected. However on the second tab (B) the chart (B) doesn't scale to fit the window as it chart (A) did in tab (A) Here is an

Re: [visualization-api] Re: Column chart - Bar color

2014-08-01 Thread Andrew Gallant
I could not replicate this problem; do you have an example I could test? The charts are drawn with vector graphics (SVG), so they should scale well with screen *resolution*. Since your screen is comrpised of a grid of pixels, it is impossible to draw a truly smooth line that isn't perfectly

[visualization-api] Re: Timeline chart from JSON file

2014-08-01 Thread Andrew Gallant
The DataTable constructor requires a very specific JSON format; if you aren't using that format, the constructor will throw an error and your chart will not draw. I can help you get your chart working if you share your code. I also suggest that you search this group for examples of creating

[visualization-api] Re: Tooltip Font Misbehaving

2014-08-01 Thread Andrew Gallant
If it works fine in jsfiddle then you almost certainly have CSS that is changing it. If you use Chrome's developer tools, you can drill down into the SVG code inside the chart container. On Friday, August 1, 2014 12:17:51 PM UTC-4, CeBe wrote: When I put my code in jsfiddle, the font is

Re: [visualization-api] Not allowing non-whole numbers in axis for interactive charts

2014-08-01 Thread Andrew Gallant
The easy way to find the max value is to use the DataTable#getColumnRange https://developers.google.com/chart/interactive/docs/reference#DataTable_getColumnRange method, which will return an object with min and max properties. You can file a feature request

[visualization-api] Re: jquery ui tabs and treemap

2014-08-01 Thread Avinash
Thanks I used event handlers. It worked perfectly. Thanks again! On Friday, August 1, 2014 5:57:14 PM UTC-7, Andrew Gallant wrote: This is caused by drawing the chart inside a hidden div, which breaks the Visualization API's internal dimension detection algorithms. There are two solutions

[visualization-api] Re: I'd like to commission someone to write a fairly basic line chart. Interested?

2014-08-01 Thread 66splitbus
It works!!! YESS Thank you sooo much!! I spent a couple hours on it last night and it was racking my brain. The test values worked, but my real values with different headings then Temp1 Temp2 etc wasnt working. I wasnt sure if it was the names or values or what, then the test values

[visualization-api] Re: I'd like to commission someone to write a fairly basic line chart. Interested?

2014-08-01 Thread 66splitbus
One other quick question, any idea why the filename: Current - Log.csv doesnt work yet Current- Log.csv does? Another bummer of the software that makes the csv is that the filename is hard coded to Log - Current.csv Strange that 1 space works but 2 doesnt. any thoughts? On Friday, August