[Plot] Try multiple chart options
Choose among multiple chart options, WTD-1070.
This commit is contained in:
@@ -87,7 +87,7 @@ define(
|
||||
}
|
||||
|
||||
// ...and add points to it...
|
||||
for (i = 2; i < buf.length - 1; i = i + 2) {
|
||||
for (i = 2; i < points * 2; i = i + 2) {
|
||||
c2d.lineTo(x(buf[i]), y(buf[i + 1]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user