Do you get wrong number of columns to transform a CSV structure to a google
data table or when drawing the orgchart itself.
In any case see orgchart data structure here
http://code.google.com/apis/visualization/documentation/gallery/orgchart.html#Data_Format

ChartMan

On Wed, Jan 6, 2010 at 8:03 AM, mahesh s <[email protected]> wrote:

> If I place this in the CSV  and call to draw a org chart I get an error
> saying wrong number of columns. I am assuming them as 3 columns please let
> me know how to solve this.
>
> Name, Paret, ToolTip
> {v:'Mike', f:'Mike<div style="color:red;
> font-style:italic">President</div>'}, '', 'The President'
> {v:'Jim', f:'Jim<div style="color:red; font-style:italic">Vice
> President<div>'}, 'Mike', 'VP'
> 'Alice', 'Mike', ''
> 'Bob', 'Jim', 'Bob Sponge'
> 'Carol', 'Bob', ''
>
> --
> 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]<google-visualization-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>
--
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.

Reply via email to