Description
“Value” or “Objective” charts do not display decimal values.
Steps to Reproduce
- Create a “Value” or “objective” chart with a live query like
select 10::decimal / 9 as value from users limit 1;
- Save the chart
- The decimal value is received but Forest Admin web client only display the integer part.
Expected behaviour
We want the decimals to be displayed
Actual behaviour
Only the integer part is displayed.