Reputation: 1
Using Google Charts in React, I have 4 stacked values in each column adding up to 100 (percent).
I want the value displayed when hovering over each part to be rounded to the nearest tenths place.
I must do this without changing the values with which the chart is generated.
I am using react-google-charts version 3.0.15.
Thanks!
Upvotes: 0
Views: 327