You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/22 05:02:35 UTC

[incubator-superset] branch big-number-color updated (23a07ab -> d067cee)

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

hugh pushed a change to branch big-number-color
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 23a07ab  remove rgbToHex reference
     new 3a661a7  change to color picker control
     new d067cee  add d3-color

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/assets/package.json             | 1 +
 superset/assets/src/explore/visTypes.jsx | 2 +-
 superset/assets/yarn.lock                | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)


[incubator-superset] 01/02: change to color picker control

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch big-number-color
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 3a661a700b56104129fd202d5f6afc5b324f75c4
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Tue Aug 21 18:43:22 2018 -0700

    change to color picker control
---
 superset/assets/src/explore/visTypes.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/explore/visTypes.jsx b/superset/assets/src/explore/visTypes.jsx
index 9265705..4755e7c 100644
--- a/superset/assets/src/explore/visTypes.jsx
+++ b/superset/assets/src/explore/visTypes.jsx
@@ -1247,7 +1247,7 @@ export const visTypes = {
           ['compare_lag', 'compare_suffix'],
           ['y_axis_format', null],
           ['show_trend_line', 'start_y_axis_at_zero'],
-          ['color', null],
+          ['color_picker', null],
         ],
       },
     ],


[incubator-superset] 02/02: add d3-color

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch big-number-color
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit d067ceec1c8242370a370ece84b875379bc93e28
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Tue Aug 21 22:02:15 2018 -0700

    add d3-color
---
 superset/assets/package.json | 1 +
 superset/assets/yarn.lock    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset/assets/package.json b/superset/assets/package.json
index 836515a..743ea1f 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -54,6 +54,7 @@
     "classnames": "^2.2.5",
     "d3": "^3.5.17",
     "d3-cloud": "^1.2.1",
+    "d3-color": "^1.2.0",
     "d3-hierarchy": "^1.1.5",
     "d3-sankey": "^0.4.2",
     "d3-svg-legend": "^1.x",
diff --git a/superset/assets/yarn.lock b/superset/assets/yarn.lock
index 784ec3c..2f941b9 100644
--- a/superset/assets/yarn.lock
+++ b/superset/assets/yarn.lock
@@ -3164,7 +3164,7 @@ d3-collection@1, d3-collection@^1.0.4:
   version "1.0.4"
   resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.4.tgz#342dfd12837c90974f33f1cc0a785aea570dcdc2"
 
-d3-color@1:
+d3-color@1, d3-color@^1.2.0:
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.2.0.tgz#d1ea19db5859c86854586276ec892cf93148459a"