mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
072ca25d50
commit
2408d9d558
4 changed files with 7 additions and 7 deletions
|
@ -118,7 +118,7 @@
|
|||
"@babel/core": "^7.9.0",
|
||||
"@babel/register": "^7.9.0",
|
||||
"@elastic/apm-rum": "^5.1.1",
|
||||
"@elastic/charts": "18.3.0",
|
||||
"@elastic/charts": "18.4.1",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/ems-client": "7.8.0",
|
||||
"@elastic/eui": "22.3.0",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"kbn:watch": "node scripts/build --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/charts": "18.3.0",
|
||||
"@elastic/charts": "18.4.1",
|
||||
"@elastic/eui": "22.3.0",
|
||||
"@kbn/i18n": "1.0.0",
|
||||
"abortcontroller-polyfill": "^1.4.0",
|
||||
|
|
|
@ -439,7 +439,7 @@ describe('xy_expression', () => {
|
|||
});
|
||||
|
||||
test('onElementClick returns correct context data', () => {
|
||||
const geometry: GeometryValue = { x: 5, y: 1, accessor: 'y1' };
|
||||
const geometry: GeometryValue = { x: 5, y: 1, accessor: 'y1', mark: null };
|
||||
const series = {
|
||||
key: 'spec{d}yAccessor{d}splitAccessors{b-2}',
|
||||
specId: 'd',
|
||||
|
|
|
@ -1188,10 +1188,10 @@
|
|||
dependencies:
|
||||
"@elastic/apm-rum-core" "^5.2.0"
|
||||
|
||||
"@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==
|
||||
"@elastic/charts@18.4.1":
|
||||
version "18.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.4.1.tgz#19d82c39aef347fd00b33e33b68b683ac4d745b0"
|
||||
integrity sha512-vV5AAKIKbwgY923OD2Rsr77XFHmsUsWWg/aeCZvG5/b6Yb+fNgM0RF94GADiDMvRvQANhTn2CPPVvNfL18MegQ==
|
||||
dependencies:
|
||||
classnames "^2.2.6"
|
||||
d3-array "^1.2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue