Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Feb 11, 2020
1 parent c9b851c commit 1898f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { isHorizontalChart } from './state_helpers';
export interface XYChartProps {
data: LensMultiTable;
args: XYArgs;
chartTheme: PartialTheme;
}

export interface XYRender {
Expand All @@ -46,6 +45,7 @@ export interface XYRender {
}

type XYChartRenderProps = XYChartProps & {
chartTheme: PartialTheme;
formatFactory: FormatFactory;
timeZone: string;
};
Expand Down

0 comments on commit 1898f55

Please sign in to comment.