amcharts4 icon indicating copy to clipboard operation
amcharts4 copied to clipboard

Ability to hide ticks for Axis labels hidden by minTickPosition

Open martynasma opened this issue 5 years ago • 0 comments

With the below code, labels on edge of plot area are hidden.

valueAxis.renderer.minLabelPosition = 0.05
valueAxis.renderer.maxLabelPosition = 0.95

However, related tick marks remain.

Should we perhaps have minTickPosition/maxTickPosition? as well?

Example codepen: https://codepen.io/anon/pen/yROLaK

martynasma avatar Oct 05 '18 05:10 martynasma