Skip to content

Commit

Permalink
Add .1s option to D3 Format dropdown (apache#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffas authored and michellethomas committed May 23, 2018
1 parent ec87a36 commit 368bb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explore/stores/controls.jsx
Expand Up @@ -12,6 +12,7 @@ const D3_FORMAT_DOCS = 'D3 format syntax: https://github.com/d3/d3-format';

// input choices & options
const D3_FORMAT_OPTIONS = [
['.1s', '.1s | 12k'],
['.3s', '.3s | 12.3k'],
['.3%', '.3% | 1234543.210%'],
['.4r', '.4r | 12350'],
Expand Down

0 comments on commit 368bb52

Please sign in to comment.