Charts - Value charts do not display decimal

Description

“Value” or “Objective” charts do not display decimal values.

Steps to Reproduce

  1. Create a “Value” or “objective” chart with a live query like select 10::decimal / 9 as value from users limit 1;
  2. Save the chart
  3. 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.

Hi @arnaud,

It seems that you’re right, decimal values are not handle correctly.

I made an entry into our product management tool.

Thanks a lot for your feedback

1 Like

This still seems to be an issue. Any update here?