mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update dependency @elastic/charts to v34.2.1 (master) (#109678)
* Update dependency @elastic/charts to v34.2.1 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
This commit is contained in:
parent
4f6ece9237
commit
9eaadd9041
3 changed files with 43 additions and 5 deletions
|
@ -95,7 +95,7 @@
|
|||
"dependencies": {
|
||||
"@elastic/apm-rum": "^5.9.1",
|
||||
"@elastic/apm-rum-react": "^1.3.1",
|
||||
"@elastic/charts": "34.1.1",
|
||||
"@elastic/charts": "34.2.1",
|
||||
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.18",
|
||||
"@elastic/ems-client": "7.15.0",
|
||||
|
|
|
@ -194,6 +194,44 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
"visible": true,
|
||||
},
|
||||
},
|
||||
"goal": Object {
|
||||
"majorCenterLabel": Object {
|
||||
"fill": "black",
|
||||
"fontFamily": "sans-serif",
|
||||
"fontStyle": "normal",
|
||||
},
|
||||
"majorLabel": Object {
|
||||
"fill": "black",
|
||||
"fontFamily": "sans-serif",
|
||||
"fontStyle": "normal",
|
||||
},
|
||||
"maxFontSize": 64,
|
||||
"minFontSize": 8,
|
||||
"minorCenterLabel": Object {
|
||||
"fill": "black",
|
||||
"fontFamily": "sans-serif",
|
||||
"fontStyle": "normal",
|
||||
},
|
||||
"minorLabel": Object {
|
||||
"fill": "black",
|
||||
"fontFamily": "sans-serif",
|
||||
"fontStyle": "normal",
|
||||
},
|
||||
"progressLine": Object {
|
||||
"stroke": "black",
|
||||
},
|
||||
"targetLine": Object {
|
||||
"stroke": "black",
|
||||
},
|
||||
"tickLabel": Object {
|
||||
"fill": "black",
|
||||
"fontFamily": "sans-serif",
|
||||
"fontStyle": "normal",
|
||||
},
|
||||
"tickLine": Object {
|
||||
"stroke": "darkgrey",
|
||||
},
|
||||
},
|
||||
"legend": Object {
|
||||
"horizontalHeight": 64,
|
||||
"labelOptions": Object {
|
||||
|
|
|
@ -1389,10 +1389,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@34.1.1":
|
||||
version "34.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-34.1.1.tgz#ad0a614448d7a3b28a77cc6d3a5ef5c89530ea34"
|
||||
integrity sha512-9HFqjGZALURKg0uwuo0t91IMDUY1lnRTovnJJgTrE0zIkUtEIX/yL1gKJlVKLECJO6KrwIO1LcGhobtkVQkR/A==
|
||||
"@elastic/charts@34.2.1":
|
||||
version "34.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-34.2.1.tgz#90ac2a32cb47b371f5d814c9181e59aa3d55c029"
|
||||
integrity sha512-C4qERgrcobaTDH2QLmdog0sM5FhWQot6QdsDTFASsSuWtj+a5Ujvex1tlBgiwcuIDP/1OY/tvWhiod8YhmAomg==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.4.0"
|
||||
chroma-js "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue