[visualization-api] label max width in gantt chart

2015-09-09 Thread Abhishek Kumar
Hello All, I was trying to create a gannt chart with theese api's, so when i tried to display the chart i noticed the labels given by me were too big and is not fitting in the chart's Label field. In the configuration option i had set the labelmaxwidth property to 500 but the result was the

[visualization-api] Issue with Histogram Legend text

2015-09-09 Thread david . devilbiss
Hi All, First off, I am quite the newbie to google visualization, so please excuse the density of this post. I am generating a histogram from an array of raw data: var arr = []; arr.push(['Item1', 'Item2', ... ]); arr.push([ -3000, null, ... ]);

[visualization-api] Issue with Histogram Legend

2015-09-09 Thread david . devilbiss
Hi All, First off, I am quite the newbie to google visualization, so please excuse the density of this post. I am generating a histogram from an array of raw data: var arr = []; arr.push(['Item1', 'Item2', ... ]); arr.push([ -3000, null, ... ]);

[visualization-api] Ordering elements, Sankey diagram

2015-09-09 Thread Gordon Hatusupy
So I'm working on a Sankey diagram, https://developers.google.com/chart/interactive/docs/gallery/sankey#configuration-options. How can I manipulate the order of elements? Now they are ordered on the data but maybe I want to order them alphabetically. http://gordonhatusupy.nl/begroting/ --

[visualization-api] "No Data" while trying to use Google charts api in sharepoint 2013

2015-09-09 Thread Steffi BABU
I'm trying to use goggle chartsapi for data stored in a list in sharepoint 2013 platform. I'm not receiving any error messages but the chat section says -*" No Data". *i'm hoping this the right platform to put this question. Here is my code: https://www.google.com/jsapi";>

[visualization-api] Timeline hAxis min/max values and label formatting

2015-09-09 Thread Nikolaos Paraschou
Hello, I have the following three timelines (also in the attached html file). Is it possible to: 1. Set the min max values of the hAxis? As it is now, the min/max values of the hAxis are getting their values from the min "From" and max "To" of the data. I would like to customize the min/max

[visualization-api] No Data on sharepoint 2013

2015-09-09 Thread Steffi BABU
I'm trying to use goggle chartsapi for data stored in a list in sharepoint 2013 platform. I'm not receiving any error messages but the chat section says -*" No Data". *i'm hoping this the right platform to put this question. Here is my code: https://www.google.com/jsapi";>

[visualization-api] What if google decides to bring down google charts in future

2015-09-09 Thread Vishal Joshi
Dears, This question struck my mind that if after say 5-10 years, Google decides to bring down google charts and no longer support them, then what are our options? We would be using this for enterprise project purpose. What would be the best solution for this? Thanks! -- You received this

[visualization-api] hAxis on Bar charts

2015-09-09 Thread Ketan Torase
i am drawing bar chart using json array data i want to slant the text on horizontal axis in 45 or 90 degree for this i write the code like i am getting data in array chartData.push([record.ProjectName, Math.floor(record.ProjectCost), Math.floor(record.ProjectBCWS),

[visualization-api] Checkboxes in Visualization Charts Table

2015-09-09 Thread Sebastian K
Hi Together, is there a way to add chekcboxes to each line of a Charts Table. I want to realise a multiselect of Rows without pressing STRG. There will be a single Checkbox per Row. Regards, Sebastian -- You received this message because you are subscribed to the Google Groups "Google

Re: [visualization-api] Legend arrows 4x bigger starting mid-August

2015-09-09 Thread Jordyn Bonds
Thanks, Daniel! If I use the undocumented iconAspectRatio, will that adversely affect the fix in the next release? On Tuesday, September 8, 2015 at 3:19:11 PM UTC-4, Daniel LaLiberte wrote: > > Hi Jordyn, > > This is a bug that came up in v42, which was released a couple weeks ago. > We

Re: [visualization-api] Re: Introducing Frozen Google Charts

2015-09-09 Thread Kevin Crawley
Daniel, Okay, we can do that. Let me know how I can assist in getting this issue put to bed. On Tue, Sep 8, 2015 at 10:57 AM, 'Daniel LaLiberte' via Google Visualization API wrote: > Kevin, > > Sounds like the css load detection is failing then. The

Re: [visualization-api] Legend arrows 4x bigger starting mid-August

2015-09-09 Thread 'Daniel LaLiberte' via Google Visualization API
I believe the iconAspectRatio, used in this way, should remain working the same in the next release. On Wed, Sep 9, 2015 at 9:44 AM, Jordyn Bonds wrote: > Thanks, Daniel! > > If I use the undocumented iconAspectRatio, will that adversely affect the > fix in the next release? >

[visualization-api] Table stylish in v42

2015-09-09 Thread Khrys
Looking for some help for: http://stackoverflow.com/questions/32484337/table-stylish-in-last-google-chart-version-v42 Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving

Re: [visualization-api] Legend arrows 4x bigger starting mid-August

2015-09-09 Thread Jordyn Bonds
Great! Thanks for your help. On Wednesday, September 9, 2015 at 10:05:27 AM UTC-4, Daniel LaLiberte wrote: > > I believe the iconAspectRatio, used in this way, should remain working the > same in the next release. > > On Wed, Sep 9, 2015 at 9:44 AM, Jordyn Bonds > wrote: >

[visualization-api] How to insert an interactive pie chart in Google Doc sheet

2015-09-09 Thread Aalok Mishra
I often face troubles in presenting vast data in a concise manner. A good solution to overcome this would be to use interactive piechart visualization and I found this content especially useful in educating me. So,

[visualization-api] Line Chart taking long to load with 8900 points along with Chart Range Filter.

2015-09-09 Thread Vinod Balasubramanian
I have a line Chart in which I am loading around 9000 points along with Chart Range Filter and Tool tip. The screen takes very long to get constructed. Can we have some performance improvement done by any configuration. I am using Tomcat as the Application Server. Vinod -- You received this