react-native-chart-kit icon indicating copy to clipboard operation
react-native-chart-kit copied to clipboard

Scrollable dot is returning integers

Open apfz opened this issue 4 years ago • 1 comments

The value in the scrollable info text decorator is returning integers instead. However my dataset only contains floats. Is this a bug?

scrollableInfoTextDecorator: (value) =>
                       this.state.chartCurrency === "xrp"
                         ? `${value} XRP`
                         : formatFiatCurrency(value, this.state.currency),

apfz avatar Jan 02 '22 10:01 apfz

Same issue on my side

leonidlewis avatar Jul 17 '23 09:07 leonidlewis