[visualization-api] Basic Google Timeline questions

2014-05-28 Thread Jaime Ben-David
Hi I started using Timeline yesterday and i can successfully retrieve data from my db and display it in the Timeline chart, but there is some basic functionality missing and i do not find the answers in the rather short documentation. My data consists on cars ( numbered 1 to n ) , a field with

[visualization-api] Re: Basic Google Timeline questions

2014-05-28 Thread Andrew Gallant
The only way to remove the bar labels from the chart is to leave out the bar label column from the DataTable (which will also remove it from the tooltips). Tooltips are not yet customizable, nor is the date axis. You could try to use a

[visualization-api] Chart editor error when using scatter charts with tooltips

2014-05-28 Thread Zoltan Szabo
Hi, I have an issue with the chart editor. If we have a scatter chart with a string column configured as tooltip, the chart editor says my data is not correct for scatter charts. However it works fine if the column for the tooltip is a boolean or number column. We have the same problem in

[visualization-api] Re: Missing Number format options for horizontal axis in Combo Chart/Column Chart

2014-05-28 Thread Olimpiu Rob
Hi, Thank you for the quick response. One more question, is the feature requests list publicly available. Or is there some issue tracker that we could follow? On Tuesday, 27 May 2014 17:30:26 UTC+3, Olimpiu Rob wrote: Hi, I am posting an example with some dummy data to illustrate the

[visualization-api] Re: Basic Google Timeline questions

2014-05-28 Thread Jaime Ben-David
Thanks Andrew. I wouldn't mind to leave those labels in there, weren't it for that bug that sometimes have the labels display out of the bar completely... On Wednesday, May 28, 2014 10:09:19 AM UTC+3, Andrew Gallant wrote: The only way to remove the bar labels from the chart is to leave out

[visualization-api] Timeline charts. Start end End dates

2014-05-28 Thread Dmitry Mzokov
Hi! Is it possible to show exact value of date start and date end (with days, hours and minutes) for all tasks? I have tasks with different duration time (from 1 hour to several months) and start\end interval is shown like this: Jan - Apr, but I need something like this: 23 Jan 15:44 - 13 Apr

[visualization-api] Re: How to display certain number of rows table/chart

2014-05-28 Thread Missy
Dear Andrew, Thank you so much for your explanation and help. I manage to get started on creating a events listener function, but I am little unclear of how do I setup 'table' to read drawVisualisation2() function, when the user trigger the controls. Will I also need to create the same

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread Hardeep Singh
Hello Bluestreak2k5, I'm building US PROVINCE js files for each US State. Where did you get the hi/lo for each state from? Thanks. On Tuesday, May 27, 2014 8:01:56 PM UTC-4, Bluestreak2k5 wrote: I think your polygons are our of range. You can test this by setting the range to like hi:

[visualization-api] Re: Timeline charts. Start end End dates

2014-05-28 Thread Andrew Gallant
No, you cannot customize the tooltips like that yet. On Wednesday, May 28, 2014 9:08:29 AM UTC-4, Dmitry Mzokov wrote: Hi! Is it possible to show exact value of date start and date end (with days, hours and minutes) for all tasks? I have tasks with different duration time (from 1 hour to

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread Hardeep Singh
Finally got it working. Applying that projectedlatitude formula in MS Excel wasn't a good idea. I wrote C# console app to create JS files and used the formula in there. I can see the zip code polygons but it doesn't draw the State boundaries. How do I get the State boundary along with zip

[visualization-api] Refresh google table chart

2014-05-28 Thread TheInnovator
I have created a table using google charts. The problem that I'm having is that the table does not refresh. Enter in 10/2013 for this month and 9/2013 for last month and click submit. Now enter 8/2013 for this month and 7/2013 for last month and click submit. As you will notice, on the second

[visualization-api] Pi Chart problem with tooltip.text

2014-05-28 Thread Christian G
Hi guys, i have a problem with the following option line: var options = {*tooltip.text:**percentage*, width: 800,height: 500,pieSliceText: label,tooltip: {isHtml: 1},titleTextStyle: {color: red},title: Google Chart,legend: {position: bottom},backgroundColor: {fill: transparent,stroke:

Re: [visualization-api] Pi Chart problem with tooltip.text

2014-05-28 Thread 'Jon Orwant' via Google Visualization API
You want: tooltip: { text: percentage } Jon On Wed, May 28, 2014 at 3:35 PM, Christian G regurge...@gmail.com wrote: Hi guys, i have a problem with the following option line: var options = {*tooltip.text:**percentage*, width: 800,height: 500,pieSliceText: label,tooltip: {isHtml:

[visualization-api] Re: Refresh google table chart

2014-05-28 Thread Andrew Gallant
You need to zero-out the values in anArray and lanArray every time you return from your AJAX, like this: $().SPServices({ operation: GetListItems, async: false, listName: 508 Dashboard Data, CAMLViewFields: ViewFieldsFieldRef Name='Title'/FieldRefFieldRef

[visualization-api] Re: Pi Chart problem with tooltip.text

2014-05-28 Thread Andrew Gallant
You are using the wrong syntax to specify that option. It should be tooltip: {text: percentage} On Wednesday, May 28, 2014 3:35:52 PM UTC-4, Christian G wrote: Hi guys, i have a problem with the following option line: var options = {*tooltip.text:**percentage*, width: 800,height:

[visualization-api] Re: Pi Chart problem with tooltip.text

2014-05-28 Thread Christian G
thx a lot thats it :) -- 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 google-visualization-api+unsubscr...@googlegroups.com. To post to this group,

[visualization-api] Re: How to display certain number of rows table/chart

2014-05-28 Thread Andrew Gallant
I am having trouble understanding exactly what it is you are trying to accomplish with that code. In the context of your original question, you need to have a function that updates the data in your DataTable and redraws the Table. Creating new objects will be slower. Here's a framework that

[visualization-api] Re: How to display certain number of rows table/chart

2014-05-28 Thread Missy
Dear Andrew, Thank you very much for response and suggestion. Thank you for clarifying the approach for me. I would like to ask, one small question in regards to the UpdateData() function below. Can I use drawVisualisation2() datatable only, as source of data to fetch new data using state

Re: [visualization-api] Re: Refresh google table chart

2014-05-28 Thread Isaac Sogunro
That worked if the next entry has data. Try this, Enter 11/2013 for This Month and 10/2013 for Last Month and click Submit. Enter 11/2013 for This Month and 5/2013 for Last Month and click Submit. Because there is no data for 5/2013, it never enters the .each() loop.

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread 'Bluestreak2k5' via Google Visualization API
I tested your file and it loads fine, but your high/lows are way off. Your high/low has to change based on what your trying to view: hi: [22.0, -75.0], lo: [18.0, -65.0] Obviously this is skewed so you need to adjust, but I see 4 objects that I can highlight. -- You received

[visualization-api] Re: How to display certain number of rows table/chart

2014-05-28 Thread Andrew Gallant
Where are you getting the data from, if you're not making an AJAX request? On Wednesday, May 28, 2014 5:24:40 PM UTC-4, Missy wrote: Dear Andrew, Thank you very much for response and suggestion. Thank you for clarifying the approach for me. I would like to ask, one small question in

Re: [visualization-api] Re: Refresh google table chart

2014-05-28 Thread Andrew Gallant
It shouldn't matter whether it enters the each loop or not. You're zeroing out all the data with this section: for (var x=0; x anArray.length; x++) { anArray[x].totalPages = 0; anArray[x].totalPassed = 0; anArray[x].totalFailed = 0; anArray[x].score = null; } Looking over the

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread Hardeep Singh
Thanks but what exactly the high/low represent and how do I find the high/lows for each state? Thanks, Hardeep. On Wed, May 28, 2014 at 7:46 PM, 'Bluestreak2k5' via Google Visualization API google-visualization-api@googlegroups.com wrote: I tested your file and it loads fine, but your

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread 'Bluestreak2k5' via Google Visualization API
The Hi low represents the visible area on the screen you are representing. Think of it as the 4 corners of the square on the screen. As for how to find the high low that you are looking for there is no way except through modifying it slowly to meet your needs. If your purely looking for

Re: [visualization-api] Creating a custom GeoChart for US counties

2014-05-28 Thread Hardeep Singh
Thanks for the quick response. Did you see my last post regarding converting polylines intto individual feature objects in js file? Do I create a separate feature item for each zip code polyline set polyline1 / polyline2 / and assign id like MI-490a, MI-490b etc.? Thanks, Hardeep. On Wed, May