Update dependency @elastic/charts to v34.2.1 (master) (#109678) (#110134)

* 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>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
This commit is contained in:
Kibana Machine 2021-08-25 17:57:17 -04:00 committed by GitHub
parent 5e313f8330
commit bc8bbd9580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 5 deletions

View file

@ -92,7 +92,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@^7.16.0-canary.1",
"@elastic/ems-client": "7.15.0",

View file

@ -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 {

View file

@ -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"