|
|
@ -116,7 +116,6 @@ Bargraph.draw = function (groupIds, processedGroupData, framework) { |
|
|
|
else if (group.options.barChart.align === 'right') {drawData.offset += 0.5*drawData.width;} |
|
|
|
} |
|
|
|
} |
|
|
|
console.log(group) |
|
|
|
DOMutil.drawBar(combinedData[i].x + drawData.offset, combinedData[i].y - heightOffset, drawData.width, group.zeroPosition - combinedData[i].y, group.className + ' vis-bar', framework.svgElements, framework.svg, group.style); |
|
|
|
// draw points
|
|
|
|
if (group.options.drawPoints.enabled === true) { |
|
|
|