Last Updated:
21 Apr 2026 08:07
by ADMIN
ChartView: Implement a new display mode for the ticks of the LogarithmicAxis where the step is linear and ticks are unevenly distributed
The feature needs to cover functionality as follows: The logarithmic axis has an exponent step (1, 10, 100, 1000) and the current ticks support of the axis only plots evenly distributed ticks. Clients, however, sometimes need to display unevenly distributed ticks (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and so on).