react-native-chart-kit
react-native-chart-kit copied to clipboard
Scrollable dot is returning integers
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),
Same issue on my side