|
|
@ -671,13 +671,13 @@ LineGraph.prototype._updateGraph = function () { |
|
|
|
} |
|
|
|
|
|
|
|
// draw the groups
|
|
|
|
BarFunctions.draw(groupIds, processedGroupData, this.framework); |
|
|
|
for (i = 0; i < groupIds.length; i++) { |
|
|
|
group = this.groups[groupIds[i]]; |
|
|
|
if (group.options.style != 'bar') { // bar needs to be drawn enmasse
|
|
|
|
group.draw(processedGroupData[groupIds[i]], group, this.framework); |
|
|
|
} |
|
|
|
} |
|
|
|
BarFunctions.draw(groupIds, processedGroupData, this.framework); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|