h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

test: Decimal support Progress Table Cell Type #824 #2226

Open modhurimaroy opened 6 months ago

modhurimaroy commented 6 months ago

Closes #824, introduces an optional parameter for including decimal values in Progress Table Cell Type, and includes new test cases to ensure the new feature is functional. The PR fulfills these requirements: (check all the apply)

mturoci commented 6 months ago

Hi @modhurimaroy, there is no need for a new param. The goal of the issue is to render a decimal value if provided (it's currently rounded), otherwise display an integer as today. Make sure there are max 2 decimal. places.

mturoci commented 6 months ago

Also please close the other PR so that we do not have duplicates.