felixvonsamson / Energetica

Energy game used as a learning tool
https://energetica.ethz.ch
Other
6 stars 1 forks source link

Fix text formatting for pairs (->) when the first value is 0 #190

Open mglst opened 2 months ago

mglst commented 2 months ago

This should say 15MW rather than 15'000'000W

image
mglst commented 2 months ago

I think the technical solution is to have an edge case in the function for pairs that checks if the first value is 0 and if so falls back to formatting for single values

mglst commented 4 days ago

Example of expected formatting

image