Ok I probably should have search a bit harder before posting cause
it's actually quite simple.
every string can be replaced by a formated value that looks like this:
{v:"the actual value", f:"the formated value"}
then the parent should recall the "v" part of the value.
Hope this'll help somebody else.
Tim
On May 17, 4:22 pm, Tim <[email protected]> wrote:
> Hi,
> I'm using the Treemap to visualize the output of the unix "du" command
> which recursively reports the size of file and directories.
> the problem I'm facing is in a filesystem what defines a location is
> the whole path not just the parent.
> I then need to use full path as an id and parent id for each entry in
> the table but that's not what I want to display on the treemap.
> Is there a way to specify the id and what should be display on the
> treemap in two different field.
> or
> Is there a way to specify some king of renderer that would transform
> the id into what I want to display?
>
> Thanks for any help you could give.
>
> Tim
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.