|
@ -120,7 +120,7 @@ Bargraph.draw = function (groupIds, processedGroupData, framework) { |
|
|
// draw points
|
|
|
// draw points
|
|
|
if (group.options.drawPoints.enabled === true) { |
|
|
if (group.options.drawPoints.enabled === true) { |
|
|
let pointData = { |
|
|
let pointData = { |
|
|
x:combinedData[i].x + drawData.offset, |
|
|
|
|
|
|
|
|
x:combinedData[i].x, |
|
|
y:combinedData[i].y - heightOffset, |
|
|
y:combinedData[i].y - heightOffset, |
|
|
groupId: combinedData[i].groupId, |
|
|
groupId: combinedData[i].groupId, |
|
|
label: combinedData[i].label, |
|
|
label: combinedData[i].label, |
|
|