Merge branch 'QA_3_5'

This commit is contained in:
Atul Pratap Singh 2012-09-10 07:45:06 +00:00
commit a75181d2e1

View File

@ -1304,7 +1304,7 @@ $(function() {
return;
}
// Draw all series
for (var j = 0; j < elem.chart.series.length; j++) {
for (var j = 0; j < elem.nodes.length; j++) {
// Update x-axis
if (i == 0 && j == 0) {
if (oldChartData == null) {