Skip to content

Commit

Permalink
fix: bad type import
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Apr 16, 2020
1 parent d40a792 commit 5162d58
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { i18n } from '@kbn/i18n';
import moment from 'moment';
import { FormattedMessage } from '@kbn/i18n/react';
import { EuiFlexGroup, EuiFlexItem, EuiPanel, EuiTitle } from '@elastic/eui';
import { Axis, Chart, Position, timeFormatter, Settings } from '@elastic/charts';
import { SeriesIdentifier } from '@elastic/charts/dist/chart_types/xy_chart/utils/series';
import { Axis, Chart, Position, timeFormatter, Settings, SeriesIdentifier } from '@elastic/charts';
import { getChartDateLabel } from '../../../lib/helper';
import { LocationDurationLine } from '../../../../common/types';
import { DurationLineSeriesList } from './duration_line_series_list';
Expand Down

0 comments on commit 5162d58

Please sign in to comment.