typeof programmer
typeof programmer

Reputation: 1609

Why there is an extra line in JQPlot draggable line

Like the official tutorial showed,it only defined one line in it, that is s1 = [['23-May-08',1],['24-May-08',4],['25-May-08',2],['26-May-08', 6]];

enter image description here But, why the chart has the second line? How to delete it? Thanks!

Upvotes: 0

Views: 196

Answers (1)

Gyandeep
Gyandeep

Reputation: 13558

Thats because $.jqplot.Trendline is included on the page. if you remove that file then you will not see the line (trendline).

Jsfiddle link

Upvotes: 2

Related Questions