Skip to content

Commit

Permalink
Add .1s option to D3 Format dropdown (#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffas authored and mistercrunch committed Feb 15, 2018
1 parent fa0aa33 commit 21e495c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
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 21e495c

Please sign in to comment.