I need to create a single "Line Chart" with multiple lines, but I have two 
problems:

First, different lines in this chart use different "X" nodes. 

Consider this table of values:

 [1,   null, 80.8, 41.8],
 [2,   30.9, null, 32.4],
 [7,   25.4,   57, null],
 [9,   11.7, 18.8, null],
 [10,  11.9, null, 10.4],
 [16,   8.8, null,  7.7],
 [17,  null, 12.3,  9.6]

In this table, imagine that every node that has a "null" means that I don't 
have a value for that line in that "X" node. For example, the second value 
of the second line is null. In this case, I need the chart to draw a 
straight line from 1 (80.8) to 7 (57).


Second, I need the "X" axis to grow proportionally to its value. This means 
that the distance between
node "1" and node "2" should be 5 times smaller that that between "2" and "7".


Is either of these things possible? If so, I'd really appreciate if someone 
could point me in the right direction.

Thanks,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to