You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the image, the production for Coal and Water is equal in production and consumption, giving me a thumbs up.
However for the Limestone, even though production and consumption is equal I'm getting a thumbs down.
It would be nice to see float values of the production, maybe on hover for each product/resource.
Line 380 of /Modal/Statistics/Production.js correctly checks if currentItem.produced >= currentItem.consumed so I guess there's some decimals involved in this are not shown in the integers on the statistics modal.
The text was updated successfully, but these errors were encountered:
As shown in the image, the production for Coal and Water is equal in production and consumption, giving me a thumbs up.
However for the Limestone, even though production and consumption is equal I'm getting a thumbs down.
It would be nice to see float values of the production, maybe on hover for each product/resource.
Line 380 of /Modal/Statistics/Production.js correctly checks if
currentItem.produced >= currentItem.consumed
so I guess there's some decimals involved in this are not shown in the integers on the statistics modal.The text was updated successfully, but these errors were encountered: