Forum /
Ext GWT Community Forums (2.x) /
Ext GWT: Discussion /
Problem with multiple line chart
Problem with multiple line chart
Hi all,
I am trying to render multiple line charts. However not all the line charts has all the values so I wanted to show the line only for the values which are present. I am able to get the chart by passing null for those values:
if (value present) {
this.lineDataValues.get(i).add(row, value);
} else {
this.lineDataValues.get(i).add(row, null);
}
Pl. see the attached picture. The graph renders correctly however there are areas of the graph which show some unintended behavior.
Any suggestion would be helpful.
thanks in advance
Attached Images
Similar Threads
By dhruv88esh in forum Ext GWT: Discussion
Replies: 0
Last Post: 17 Mar 2011, 3:30 AM
By grilocanibal in forum Ext GWT: Discussion
Replies: 1
Last Post: 4 Feb 2011, 12:24 AM
By big in forum Ext 3.x: Help & Discussion
Replies: 0
Last Post: 6 Mar 2010, 12:41 AM
By rakesh in forum Ext 3.x: Help & Discussion
Replies: 1
Last Post: 15 Sep 2009, 5:31 AM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us