mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
fcdb048bc7
commit
54e9f67015
4 changed files with 7 additions and 8 deletions
|
@ -118,7 +118,7 @@
|
|||
"@babel/core": "^7.9.0",
|
||||
"@babel/register": "^7.9.0",
|
||||
"@elastic/apm-rum": "^4.6.0",
|
||||
"@elastic/charts": "18.2.2",
|
||||
"@elastic/charts": "18.3.0",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/ems-client": "7.8.0",
|
||||
"@elastic/eui": "21.0.1",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"kbn:watch": "node scripts/build --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/charts": "18.2.2",
|
||||
"@elastic/charts": "18.3.0",
|
||||
"@elastic/eui": "21.0.1",
|
||||
"@kbn/i18n": "1.0.0",
|
||||
"abortcontroller-polyfill": "^1.4.0",
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -1197,10 +1197,10 @@
|
|||
dependencies:
|
||||
"@elastic/apm-rum-core" "^4.7.0"
|
||||
|
||||
"@elastic/charts@18.2.2":
|
||||
version "18.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.2.tgz#f59d6ee597d553d193314d8598561c65da787e8d"
|
||||
integrity sha512-ss8AqLj9wHa2C+9ULUKbXw8ZCQmEjLuaVU5AkqE2j3hOVtAN75HO2p7nMIsxcSldfmqy+4jSptybJLNAfizegQ==
|
||||
"@elastic/charts@18.3.0":
|
||||
version "18.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.3.0.tgz#cbdeec1860af274edc7a5f5b9dd26ec48c64bb64"
|
||||
integrity sha512-4kSlSwdDRsVKVX8vRUkwxOu1IT6WIepgLnP0OZT7cFjgrC1SV/16c3YLw2NZDaVe0M/H4rpeNWW30VyrzZVhyw==
|
||||
dependencies:
|
||||
classnames "^2.2.6"
|
||||
d3-array "^1.2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue