Commit ff97bfe5 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33437

parent 86c2c0e2
......@@ -3869,7 +3869,7 @@ CAreaSeries.prototype =
for(i = 0; i < pts.length; ++i)
{
if(AscFormat.isRealNumber(pts[i].val))
summ += pts[i].val;
summ += Math.abs(pts[i].val);
if(pts[i].idx === idx)
{
......
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