Commit 963d3168 authored by Sergey Tarnavskiy's avatar Sergey Tarnavskiy

Fixed bug with charts hiding in stack mode

parent 6e1a3709
......@@ -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