|
@ -114,7 +114,7 @@ Bargraph.draw = function (groupIds, processedGroupData, framework) { |
|
|
DOMutil.drawBar(combinedData[i].x + drawData.offset, combinedData[i].y - heightOffset, drawData.width, group.zeroPosition - combinedData[i].y, group.className + ' bar', framework.svgElements, framework.svg); |
|
|
DOMutil.drawBar(combinedData[i].x + drawData.offset, combinedData[i].y - heightOffset, drawData.width, group.zeroPosition - combinedData[i].y, group.className + ' bar', framework.svgElements, framework.svg); |
|
|
// draw points
|
|
|
// draw points
|
|
|
if (group.options.drawPoints.enabled == true) { |
|
|
if (group.options.drawPoints.enabled == true) { |
|
|
Points.draw(combinedData, group, framework, drawData.offset); |
|
|
|
|
|
|
|
|
DOMutil.drawPoint(combinedData[i].x + drawData.offset, combinedData[i].y, group, framework.svgElements, framework.svg); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|