First of all, thanks for creating such an awesome library! It's been a joy to switch to it from Highcharts. 馃槃
I have a quick question about the difference in placements between line charts and bar charts. In a line chart, the dot is placed on the axis grid lines, and the label is left aligned under it:

In a bar chart, the bar is placed between the grid lines, and the label is centered under it.

What I really need is a line graph, but with the points placed between the grid lines and the labels centered under them. Is there a way to accomplish this with Chartist? Thanks in advance!
Hi there. Thanks for the kind words :-) Unfortunately I didn't had much time to spend on chartist recently, but this will change very soon.
Using the draw event you could easily offset the points and lines by half a step length. Check this bin: http://jsbin.com/joloqac/edit?js,output
Cheers
Gion
That did the trick! Thanks for the help Gion.
Hey,
I having the same issue, your solution solved it @gionkunz Thank you!
And again awesome charting library.
Quick question, how would I move the chart area, the area highlighted beneath the line chart with the line?
Most helpful comment
Hi there. Thanks for the kind words :-) Unfortunately I didn't had much time to spend on chartist recently, but this will change very soon.
Using the
drawevent you could easily offset the points and lines by half a step length. Check this bin: http://jsbin.com/joloqac/edit?js,outputCheers
Gion