Skip to content

Commit

Permalink
fix controls setting for linear color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Aug 15, 2017
1 parent 31aeac8 commit 4950be2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ export const controls = {
],
default: 'stack',
description: '',
schemes: spectrums,
renderTrigger: true,
isLinear: true,
},

linear_color_scheme: {
Expand All @@ -169,7 +166,9 @@ export const controls = {
],
default: 'blue_white_yellow',
description: '',
renderTrigger: true,
schemes: spectrums,
isLinear: true,
},

normalize_across: {
Expand Down

0 comments on commit 4950be2

Please sign in to comment.