Skip to content

Upgrade dependency @elastic/charts to v71.4.0#260593

Merged
maryam-saeidi merged 10 commits intoelastic:mainfrom
maryam-saeidi:update-elastic-charts-71.4.1
Apr 2, 2026
Merged

Upgrade dependency @elastic/charts to v71.4.0#260593
maryam-saeidi merged 10 commits intoelastic:mainfrom
maryam-saeidi:update-elastic-charts-71.4.1

Conversation

@maryam-saeidi
Copy link
Copy Markdown
Member

@maryam-saeidi maryam-saeidi commented Mar 31, 2026

Summary

This PR contains the following updates:

Package Type Update Change
@elastic/charts dependencies minor 71.3.0 -> 71.4.0

Release Notes

71.4.0 (2026-03-31)

Bug Fixes

  • legend: avoid re-rendering (#2646) (0ca3289)
  • legend: keep legend values visible when hiding series in list layout (#2807) (c5089f5)

Features

  • highlight: Add support to configure dimmed (unhighlight) colors for Bar, Partition, Waffle and Flame charts (#2774) (b39e24d), closes #ECF1F9 #384861
  • metric: Add ability to vertically align the metrics values to the middle of the chart (#2783) (54ca7cb)
  • theme: set default labelOptions.widthLimit in themes and update metric.titleWeight default to 500 (#2802) (fbb8834)

@maryam-saeidi maryam-saeidi self-assigned this Mar 31, 2026
@maryam-saeidi maryam-saeidi added Feature:ElasticCharts Issues related to the elastic-charts library release_note:skip Skip the PR/issue when compiling release notes dependencies Pull requests that update a dependency file backport:skip This PR does not require backporting labels Mar 31, 2026
@maryam-saeidi maryam-saeidi marked this pull request as ready for review March 31, 2026 22:20
@maryam-saeidi maryam-saeidi requested a review from a team March 31, 2026 22:22
@awahab07 awahab07 requested a review from a team as a code owner April 1, 2026 13:36
@awahab07
Copy link
Copy Markdown
Contributor

awahab07 commented Apr 1, 2026

Tested

highlight: Add support to configure dimmed (unhighlight) colors for Bar, Partition, Waffle and Flame charts (elastic/elastic-charts#2774) (b39e24d), closes #ECF1F9 #384861

260593-upgrade-elastic-charts.mov

and it LGTM.

@awahab07 awahab07 changed the title Upgrade dependency @elastic/charts to v71.4.1 Upgrade dependency @elastic/charts to v71.4.0 Apr 1, 2026
rect: {
widthPixel: 22,
opacity: 1,
dimmed: { opacity: 0.25 },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this chart

Image

and it LGTM.

@awahab07 awahab07 requested a review from a team as a code owner April 1, 2026 16:42
Copy link
Copy Markdown
Contributor

@PhilippeOberti PhilippeOberti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review only, LGTM for the @elastic/security-threat-hunting-investigations

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/lens-common 1398 1404 +6

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
lens 2.0MB 2.0MB +222.0B
securitySolution 11.6MB 11.6MB +21.0B
total +243.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-npmDll 7.3MB 7.3MB +3.4KB
Unknown metric groups

API count

id before after diff
@kbn/lens-common 1557 1563 +6

History

cc @awahab07 @maryam-saeidi

@maryam-saeidi maryam-saeidi merged commit 63e2323 into elastic:main Apr 2, 2026
20 checks passed
@maryam-saeidi maryam-saeidi deleted the update-elastic-charts-71.4.1 branch April 2, 2026 08:07
mbondyra added a commit to mbondyra/kibana that referenced this pull request Apr 2, 2026
…heck

* commit 'af66aadafa7470ca8ba3e3edd3793bde81fa4596': (31 commits)
  [Scout] Update test config manifests (elastic#260850)
  [SLO]: register alerts schema embeddable (elastic#256570)
  [Discover][Flyout] Update overview fields table with new prop headerVisibility set to false (elastic#260692)
  [AiButton/Security] Migrate ai-related buttons to use custom styles (elastic#259847)
  [One Workflow] Fix connector step icons falling back to generic plugs in YAML editor (elastic#260785)
  [Agent Builder] Dashboard skill: Guard against editing non-ESQL based panels (elastic#260714)
  Security quality gate Cypress cleanup - Periodic Pipeline (elastic#260820)
  [Search] Deprecate search indices in favour of index management (elastic#260210)
  Upgrade dependency @elastic/charts to v71.4.0 (elastic#260593)
  [Security Solution] [HDQ]: integration-based targeting and descriptor versioning (elastic#258418)
  docs(saved-objects): consolidate docs and document scoped vs system client (elastic#260743)
  Fix observability UIAM config and add CPS observability variant (elastic#260485)
  [Security Solution] Add "matched_indices_count" rule execution metric (elastic#259938)
  [SigEvents] Add callout with working promote action. (elastic#260433)
  [Alerting V2] Episode table actions (elastic#260195)
  [Automatic Migration] Add ability to skip Reference Set step in QRadar upload workflow (elastic#259959)
  [Rules] KQL-to-DSL conversion without data view produces incorrect queries for keyword fields for Metric threshold rule (elastic#260046)
  Update dependency lightningcss to v1.32.0 (main) (elastic#259017)
  Update postcss (main) (elastic#255420)
  Migrate server-side apm.addLabels to OTel dual-write helpers (elastic#259619)
  ...
paulinashakirova pushed a commit to paulinashakirova/kibana that referenced this pull request Apr 2, 2026
## Summary

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@elastic/charts](https://github.com/elastic/elastic-charts) |
dependencies | minor | [`71.3.0` ->
`71.4.0`](elastic/elastic-charts@v71.3.0...v71.4.0)
|

### Release Notes

#
[71.4.0](elastic/elastic-charts@v71.3.0...v71.4.0)
(2026-03-31)


### Bug Fixes

* **legend:** avoid re-rendering
([elastic#2646](elastic/elastic-charts#2646))
([0ca3289](elastic/elastic-charts@0ca3289))
* **legend:** keep legend values visible when hiding series in list
layout ([elastic#2807](elastic/elastic-charts#2807))
([c5089f5](elastic/elastic-charts@c5089f5))


### Features

* **highlight:** Add support to configure dimmed (unhighlight) colors
for Bar, Partition, Waffle and Flame charts
([elastic#2774](elastic/elastic-charts#2774))
([b39e24d](elastic/elastic-charts@b39e24d)),
closes
[#ECF1F9](https://github.com/elastic/elastic-charts/issues/ECF1F9)
[#384861](https://github.com/elastic/elastic-charts/issues/384861)
* **metric:** Add ability to vertically align the metrics values to the
middle of the chart
([elastic#2783](elastic/elastic-charts#2783))
([54ca7cb](elastic/elastic-charts@54ca7cb))
* **theme:** set default labelOptions.widthLimit in themes and update
metric.titleWeight default to 500
([elastic#2802](elastic/elastic-charts#2802))
([fbb8834](elastic/elastic-charts@fbb8834))

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Abdul Zahid <awahab07@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting dependencies Pull requests that update a dependency file Feature:ElasticCharts Issues related to the elastic-charts library release_note:skip Skip the PR/issue when compiling release notes v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants