react-stockcharts-examples2
react-stockcharts-examples2 copied to clipboard
Y-Axis ticks format
Hello, I want to format y-axis ticks according to currency/region. How can i implement? example will be better. Below is my current code
<YAxis axisAt="left" orient="left" tickFormat={format(",." + decimals + "f")} zoomEnabled={false} {...yGridDark} />