I would like to customize the format of the numeric values shown on the auto cursor's x-axis tick marker. I can customize my x-axis by setting the tick strategy(Numeric) and defining a formatting function, but the auto cursor x-axis tick marker text is unchanged. Is it possible to set the formatting function of an auto cursor axis tick marker as well?
Current workarounds I've been able to find involve disabling the auto cursor altogether and making a custom one with custom ticks as done in this LightningChart interactive example: https://www.arction.com/lightningchart-js-interactive-examples/edit/lcjs-example-0702-customCursor.html
and here: Show custom tick in X-axis on Hover
I would like to use the existing auto cursor if possible.