Closed danne931 closed 1 month ago
Fixes https://github.com/Zaid-Ajaj/Feliz/issues/436
Example usage:
Recharts.yAxis [ yAxis.yAxisId "moneyFlow" yAxis.padding (bottom = opts.YAxisPaddingBottom) yAxis.tickCount opts.AmountInterval yAxis.tickFormatter (decimal >> Money.formatShort) ]
Demo of representing ticks as formatted short-form money instead of integers:
Thanks a lot @danne931 for the contribution! Merged and published as of Feliz.Recharts v4.3.0
Fixes https://github.com/Zaid-Ajaj/Feliz/issues/436
Example usage:
Demo of representing ticks as formatted short-form money instead of integers: