h2oai / wave

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

Fix: Support multi spaces in stat values #1666 #2076

Closed rakshith111 closed 11 months ago

rakshith111 commented 11 months ago

The PR fulfills these requirements: (check all the apply)


image

Test case output

image image

mturoci commented 11 months ago

Thanks for the contribution @rakshith111! Unfortunately, I managed to find a better solution that requires no code changes so will not merge this PR. Sorry for the inconvenience.

rakshith111 commented 11 months ago

using '\u00A0' is a cool idea indeed. But wouldn't it be a pain to look it up most of the time when you need multiple spaces?