Unverified Commit 0ff0c775 authored by Andrew Shvayka's avatar Andrew Shvayka Committed by GitHub

Merge pull request #1 from Terny22/0.9-work

Fixed bug with charts hiding in stack mode
parents 6e1a3709 963d3168
......@@ -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];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment