I have chart looking like that:
I use measure axis for Y:
y = myChart.addMeasureAxis(
Same results could be reached with just CSS and no JS:
#your-graph .dimple-axis-x { g.tick text { opacity: 0; } g.tick:nth-child(10n) text { opacity: 1; } }