Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jul 2, 2020
1 parent 71ce160 commit a3fb6b7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
EuiColorPicker,
EuiColorPickerProps,
EuiToolTip,
EuiFieldText,
} from '@elastic/eui';
import { State, SeriesType, visualizationTypes, YAxisMode } from './types';
import { VisualizationDimensionEditorProps, VisualizationLayerWidgetProps } from '../types';
Expand Down Expand Up @@ -169,10 +168,6 @@ const tooltipContent = {
}),
};

const autoMessage = i18n.translate('xpack.lens.configPanel.color.auto', {
defaultMessage: 'Auto',
});

const ColorPicker = ({
state,
setState,
Expand Down

0 comments on commit a3fb6b7

Please sign in to comment.