Hello.
Can somebody explain me how to make a Line Chart that will show
dependence of non-linear values.
Only Scatter Charts can do that?

Example of data:

        data.addColumn('date', 'Date');
        data.addColumn('number', 'Sites');
        data.addRows([
          [new date(2000,1,1), 1],
          [new date(2000,1,2), 5],
          [new date(2011,1,1), 100],
        ]);

Thank You.

-- 
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