Browse Source

removed log

flowchartTest
Alex de Mulder 9 years ago
parent
commit
cb4e58e170
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/timeline/component/graph2d_types/bar.js

+ 0
- 1
lib/timeline/component/graph2d_types/bar.js View File

@ -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) {

Loading…
Cancel
Save