Closed apfz closed 2 years ago
I have tried to add \n and \r to the formatter output but I am unable to create a new line.
formatter: (v: ChartDataPoint) => 'Testing a very long \n\r sentence'
How do I accomplish this?
I have created a custom tooltip to do this.
Can you please share the custom tooltips code.
How you manage this things
I have tried to add \n and \r to the formatter output but I am unable to create a new line.
formatter: (v: ChartDataPoint) => 'Testing a very long \n\r sentence'
How do I accomplish this?