6 messages in com.googlegroups.google-visualization-api[visualization-api] Re: Table formatt...
FromSent OnAttachments
VizGuy (Google)22 Jul 2008 09:06 
Clay Loveless22 Jul 2008 12:27 
Google VizGuy23 Jul 2008 00:48 
Clay Loveless23 Jul 2008 05:00 
Google VizGuy23 Jul 2008 09:13 
Clay Loveless23 Jul 2008 09:26 
Subject:[visualization-api] Re: Table formatters added
From:Clay Loveless (cl@mashery.com)
Date:07/22/2008 12:27:08 PM
List:com.googlegroups.google-visualization-api

This is fantastic! Thanks, we were just wondering how the heck we were going to get bars into Table.

A couple of questions/issues/requests:

- It appears that only one formatter can be applied to a particular column. For example, if I want a column with TableBarFormat *and* TableNumberFormat (for thousands-separators in the numbers, primarily), I get whichever of the two is applied most recently before calling the draw() method. Is it possible to support multiple formatters per column?

- Is there a way to put the values on the left of the bar with TableBarFormat?

- Any chance of their being a TableSparklineFormat? Please please? :)

Thanks for this excellent addition!

Best, Clay

On Jul 22, 9:06 am, "VizGuy (Google)" <viz@google.com> wrote:

We loaded a few enhancements today, mainly to the Table. There are 3 new formatters for table columns, a number formatter, a color formatter, and inline bars formatter. Check out the Table documentation for examples and more information. We also added the 'wmode' parameter to the AnnotatedTimeLine, as some of you have asked for.