plotly.js
Version:
The open source javascript graphing library that powers plotly
27 lines (20 loc) • 427 B
Plain Text
Testing numFormat function:
Basic formatting:
1234.567 -> 1,234.57
0.001234 -> 0
1000000 -> 1,000,000
-42.0 -> −42
With SI exponents:
1234567 with exp 3 -> 1,234.567k
1234567 with exp 6 -> 1.234567M
Different exponent formats:
Format 'B': 1,234.567k
Format 'none': 1,234,567
Basic precision:
2 decimal places: 1,234.57
Negative rounding:
12345 with tickRound -2 -> 12,300
Zero handling:
0 -> 0
0.0001 -> 0
-0.0001 -> 0