I have a question regarding the styling of the following text. I would like to style the number separately. In other words, I want to make the number larger than the text. How can I apply the inline style with the following code?
This is the style attribute of the bar chart
text={({ value, valueMax }) => `${value} % ${innerText}`}