Merge pull request #1 from Terny22/0.9-work

Fixed bug with charts hiding in stack mode
pull/4/head
Andrew Shvayka 6 years ago committed by GitHub
commit 0ff0c775db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ charts or filled areas).
break;
}
if (allseries[i].stack === s.stack) {
if (allseries[i].stack === s.stack && allseries[i].data.length) {
res = allseries[i];
}
}

Loading…
Cancel
Save