xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
202 stars 46 forks source link

How can I create a new line within the tooltip? #133

Closed apfz closed 2 years ago

apfz commented 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?

apfz commented 2 years ago

I have created a custom tooltip to do this.

IKTANIM commented 2 years ago

Can you please share the custom tooltips code.

rnidea2code commented 9 months ago

How you manage this things