Is it possible to edit tooltip of Piechart, from the React-chartjs-2 lib to allow it to show percentage instead of default value preview?
<Pie
data={this.props.data}
legend={this.props.legend}
/>
Documentation on the link above it way non clear about customizing tooltips.
I would like to enable tooltip to represent percentage too, instead of 'cancelled: 303' to show something like 'cancelled: 303 (40%)'.