Posted 17 June 2024, 3:27 pm EST
Hi, I would to display minor ticks on log axis
From the log axis demo: https://developer.mescius.com/wijmo/demos/Chart/LineArea/LogarithmicAxis/angular
I changed the angular axisX element to:
<wj-flex-chart-axis [wjProperty]=“‘axisX’” [logBase]=“10” minorTickMarks=“Inside” >
with no effect when there is space to display 5 minor ticks between 1 and 10. It seams the default behavior is not to show any, but I also tried many different configuration of minorUnit with no success.
How to display 5 minor ticks with current demo dataset ?