Skip to content

Commit

Permalink
[Lens] Multiple y axes (#69911) (#70400)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 1, 2020
1 parent 999926a commit 4b06ef9
Show file tree
Hide file tree
Showing 13 changed files with 1,141 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function LayerPanel(
},
];

if (activeVisualization.renderDimensionEditor) {
if (activeVisualization.renderDimensionEditor && group.enableDimensionEditor) {
tabs.push({
id: 'visualization',
name: i18n.translate('xpack.lens.editorFrame.formatStyleLabel', {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b06ef9

Please sign in to comment.