Skip to content

Commit

Permalink
format palette picker nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 6, 2020
1 parent 611d4b5 commit 6b7ccc2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion x-pack/plugins/lens/public/xy_visualization/xy_config_panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,15 @@ export function DimensionEditor(props: VisualizationDimensionEditorProps<State>)

return (
<EuiForm>
<ColorPicker {...props} />
<EuiFormRow
display="columnCompressed"
fullWidth
label={i18n.translate('xpack.lens.xyChart.palette.label', {
defaultMessage: 'Palette',
})}
>
<ColorPicker {...props} />
</EuiFormRow>

<EuiFormRow
display="columnCompressed"
Expand Down

0 comments on commit 6b7ccc2

Please sign in to comment.