I just came across this issue and solved it by adding this to the chart config
xaxis: { tickPlacement: "between" }
This does remove the toolbar though so may not always be a viable solution.