Merge branch 'QA_3_5'
This commit is contained in:
commit
a75181d2e1
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user