This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 21e495c  Add .1s option to D3 Format dropdown (#4431)
21e495c is described below

commit 21e495c1ef3567692c0a9c08665778042657fe98
Author: Raffaele Spangaro <kea...@gmail.com>
AuthorDate: Thu Feb 15 01:20:59 2018 +0100

    Add .1s option to D3 Format dropdown (#4431)
---
 superset/assets/javascripts/explore/stores/controls.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/javascripts/explore/stores/controls.jsx 
b/superset/assets/javascripts/explore/stores/controls.jsx
index 007523c..ea0feaa 100644
--- a/superset/assets/javascripts/explore/stores/controls.jsx
+++ b/superset/assets/javascripts/explore/stores/controls.jsx
@@ -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'],

-- 
To stop receiving notification emails like this one, please contact
maximebeauche...@apache.org.

Reply via email to