only show continuous color options above graph for now

This commit is contained in:
Colin Megill
2017-11-27 03:14:39 -08:00
parent 1b72e8dab3
commit 98caa373f5

View File

@@ -55,9 +55,8 @@ class ColorOptions extends React.Component {
Color:
{
_.map(this.props.ranges, (value, key) => {
if (
(value.options ||
value.range) &&
if ( /* value.options */
value.range &&
key !== "CellName"
) {
return <Option