d3 / d3

Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

Home Page:https://d3js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to verify d3 number format?

gaecoli opened this issue · comments

how to verify d3 number format? e.g. someone input number, how to vefify number is d3 format?

Can you add more detail about what you are trying to do?

What exactly does it mean to "vefify number is d3 format"?

Can you add more detail about what you are trying to do?

What exactly does it mean to "vefify number is d3 format"?

Hi, thank you reply! I want to know if the content entered by the user is in d3 format.
e.g. Users input text is ,.1f, ,.3%, i verify this is d3 format, but users input 0.00, this isn't d3 format.

No, this is not supported. Related d3/d3-format#20.

Ok, thanks!