Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Mar 29, 2022
1 parent 35caaa9 commit 284a56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/lens/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type {
XYLayerConfig,
XYDataLayerConfig,
XYAnnotationLayerConfig,
YConfig,
} from './xy_visualization/types';
export type {
DatasourcePublicAPI,
Expand Down Expand Up @@ -69,7 +70,6 @@ export type {
} from './indexpattern_datasource/types';
export type {
XYArgs,
YConfig,
XYRender,
LayerType,
YAxisMode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
FieldBasedIndexPatternColumn,
SeriesType,
OperationType,
YLensConfig,
YConfig,
} from '../../../../../lens/public';

import { PersistableFilter } from '../../../../../lens/common';
Expand Down Expand Up @@ -71,7 +71,7 @@ export interface SeriesConfig {
hasOperationType: boolean;
palette?: PaletteOutput;
yTitle?: string;
yConfig?: YLensConfig[];
yConfig?: YConfig[];
query?: { query: string; language: 'kuery' };
}

Expand Down

0 comments on commit 284a56d

Please sign in to comment.