Hi @ashgpt this should be it's own new question at doesn't relate to OP's issue about charts.
on a currency field, click "Logic" and set up a "validation"
IF(CONTAINS(".",{DE:Budget}),"Enter only round numbers", IF({DE:Budget}<1000,"Minimum budget is $1000"))
- this was a recent feature additi...