Skip to content

Commit

Permalink
Merge branch 'lens/stack-as-percentage' of github.com:flash1293/kiban…
Browse files Browse the repository at this point in the history
…a into lens/stack-as-percentage
  • Loading branch information
flash1293 committed Sep 7, 2020
2 parents bba2adc + 875d1d7 commit d8e2289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import { i18n } from '@kbn/i18n';
import { Ast } from '@kbn/interpreter/target/common';
import { getSuggestions } from './metric_suggestions';
import { LensIconChartMetric } from '../assets/chart_metric';
import { Visualization, OperationMetadata, DatasourcePublicAPI } from '../types';
import { State } from './types';
import { LensIconChartMetric } from '../assets/chart_metric';

const toExpression = (
state: State,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const xyVisualization: Visualization<State> = {
filterOperations: isBucketed,
suggestedPriority: 1,
supportsMoreColumns: !layer.xAccessor,
required: false,
required: !layer.seriesType.includes('percentage'),
dataTestSubj: 'lnsXY_xDimensionPanel',
},
{
Expand Down

0 comments on commit d8e2289

Please sign in to comment.