Ferry,

I noticed this also and I'm not sure why. The answer to this will
probably come from VizBoy.

You can easily work around this by just implementing your data as you
normally would.
When adding your data for that first column, you would just do:

data.setCell(0, 1, String("101");

The visualization will treat it as a number and plot it accordingly.

Best,

Dan

On May 13, 10:28 am, Felix Halim <[email protected]> wrote:
> Since the first column in the LineChart data format corresponds to X axis,
> forcing the first column to be string (while its actually of type
> number)  will force all values on X axis to be spread out evenly
> instead of according to the number.
>
> ScatterChart allows the first column to be of type number.
> Why forcing the LineChart first column to be of type string?
>
> Is there any work around to get the visualization treat the first
> column as number?
>
> Thanks,
>
> Felix Halim
--~--~---------~--~----~------------~-------~--~----~
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