DC.js Composite chart Align points of Line chart in center of bars
问题 I am trying to create a composite chart and my requirements are to draw a bar chart, a line chart and a dotted line chart. For that I draw a composite chart. Now I am having problem that points of line chart starts from start of bar chart, but I need that to start from center of line. You can see the problem in this JSFiddle. I got some help from Stackoverflow that is: Align points in centre of bars (DC.JS composite chart) Seems like a workaround is to assign ._rangeBandPadding(1) the