Commit 2c840568 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35192

parent bc6a7bcf
......@@ -5165,7 +5165,7 @@ CChartSpace.prototype.recalculateAxis = function()
}
else
{
string_pts.push({val: i + ""});
string_pts.push({val: /*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