What is the problem or goal the end user is trying to solve or accomplish?
When creating a deck.gl Chart (Polygon or Arc, for example) users are able to Configure the Legend Format. However, there are only two floating options:
,.3f
$,.2f
These options don't cover all floating scenarios that users might need.
How are they solving it currently?
Users can use the ,.3f
, which would display more numbers than desired.
What is the recommended solution by the Customer?
Provide the ability to set ,.1f
and ,.2f
to the Legend Format option on deck.gl Charts, as it already exists on other Charts (such as the Big Number Chart).
This will be released in 1.5 weeks!