[visualization-api] Make your data make an impact with Tableau 10 : Desktop | Server

2016-10-25 Thread Jayanth Nair
*Tableau * helps the world’s largest organizations unleash the power of their most valuable assets their data and their people.

[visualization-api] Google Charts - how can I use HTML tags in the annotation text?

2016-10-25 Thread perky416
I have an area chart with several annotations. How can I get the chart to pick up on any html within the annotation text? For example if my annotation text was: "Hello this is the first line.And this is the second line." I want it to show as: "*Hello* this is the first line. And this is the

Re: [visualization-api] Is GeoChart Not working?

2016-10-25 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Anthony, Well, I am happy to hear the delay works for you, but not so happy to verify that it is a timing problem. Maybe I will have to build in a couple automatic retries when the id comes up null, in addition to the retries that it is already doing. On Tue, Oct 25, 2016 at 11:29 AM,

Re: [visualization-api] Bar Chart label collision

2016-10-25 Thread 'Daniel LaLiberte' via Google Visualization API
Sorry, we don't have an option to not draw the annotation if it doesn't fit. Good idea though, which I will keep in mind when I get around to fixing annotations to try harder to fit without collisions. On Tue, Oct 25, 2016 at 12:47 PM, Chris Randall wrote: > Is it

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread 'Daniel LaLiberte' via Google Visualization API
We don't currently have a way to set the width of the columns from a separate data column, so you'll have to use the domain value for that. You can either provide the formatted representation like I suggested, using addRows(), or arrayToDataTable(), or a couple other ways, or you can call

Re: [visualization-api] Conect points in a scatter Chart in google spreadsheet

2016-10-25 Thread 'Daniel LaLiberte' via Google Visualization API
In a spreadsheet, your options are limited. Either you can only do what sheets allow you to do in the built-in ChartEditor, or I believe if you set up an AppsScript, you can do more, but only what AppsScripts allows you to do. On Tue, Oct 25, 2016 at 11:22 AM, 'Froilan Andres Luna' via Google

[visualization-api] Telling annotations not to draw if they don't fit inside bar

2016-10-25 Thread Chris Randall
Is it possible to tell an annotation not to draw at all if it doesn't fit inside of the segment of a bar chart instead of being drawn outside? The current functionality makes for a heck of a lot of collision with stacked bar charts. Many thanks -- You received this message because you are

[visualization-api] Bar Chart label collision

2016-10-25 Thread Chris Randall
Is it possible to tell an annotation not to draw at all if it doesn't fit inside of the segment of a bar chart instead of being drawn outside? The current functionality makes for a heck of a lot of collision with stacked bar charts. Many thanks -- You received this message because you are

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread Nick Dunbar
Hi Dan, Thanks for getting back to me so quickly. I admit that I am slightly confused by the object literal notation for datatables, so forgive this question. Are you saying that I have to spell out the value of each numeric value as a string? I have dozens of rows in the table so this is

Re: [visualization-api] Is GeoChart Not working?

2016-10-25 Thread Anthony Milano
That looks like it does the trick! Thanks for your help. On Mon, Oct 24, 2016 at 7:57 AM, 'Daniel LaLiberte' via Google Visualization API wrote: > Hi Anthony, > > Sorry I didn't respond earlier, but I guess I don't have many more ideas. > > The error

[visualization-api] Conect points in a scatter Chart in google spreadsheet

2016-10-25 Thread 'Froilan Andres Luna' via Google Visualization API
I need to have the same function that I used to have in Excel. One big issue for me now is to find a way, even using google scripts, that allow me to draw lines between points in a scatter chart inside google spreadsheet, but i have not been lucky. If anyone knows a way to do it,i'll be very

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread 'Daniel LaLiberte' via Google Visualization API
You can use numeric values in your datatable and specify the formatted value of each. E.g. [['domain', 'some number'], [{v: 0, f: 'zero'}, 25], [{v: 3, f: 'three'}, 30], ...] Since you are then using a domain of type number, you will want to format the ticks similarly, using the ticks

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread Nick Dunbar
Hi Dan, This is clever - I didn't know you could do that. I have a stacked column chart where the x axis is currently a string array and i would like to be able to vary the widths using a number column of my dataTable while keeping the string labels - I think it is called a 'cascade chart'. Do

[visualization-api] Current date indicator in Timeline or Gannt charts?

2016-10-25 Thread David Eckert
Greetings, I know that a "current date" indicator has not been officially implemented in either the timeline or the gantt chart but has anyone developed a workaround? This is sort of a show stopper for many of our clients. Thanks, David -- You received this message because you are