Commit ae11c17d authored by GoshaZotov's avatar GoshaZotov

fix bug 34450

parent eca285ce
......@@ -11035,7 +11035,7 @@ drawSurfaceChart.prototype =
}
dataSeries = numCache.pts;
for(var n = 0; n < numCache.ptCount; n++)
for(var n = 0; n < this.chartProp.ptCount; n++)
{
//рассчитываем значения
idx = dataSeries[n] && dataSeries[n].idx != null ? dataSeries[n].idx : n;
......
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