Skip to content

- Update dependency echarts to v6#561

Closed
blumilk-renovate[bot] wants to merge 1 commit intomainfrom
renovate/echarts-6.x
Closed

- Update dependency echarts to v6#561
blumilk-renovate[bot] wants to merge 1 commit intomainfrom
renovate/echarts-6.x

Conversation

@blumilk-renovate
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
echarts (source) ^5.6.0 -> ^6.0.0 age confidence

Release Notes

apache/echarts (echarts)

v6.0.0

Compare Source

  • [Feature] [theme] New theme for ECharts 6.0. #​20865 #​21097 #​21114 (Ovilia)
  • [Feature] [chord] New chord series. #​20522 (Ovilia)
  • [Feature] [matrix&calendar] New matrix coordinate system. And all series and components (including other coordinate systems, such as grid(Cartesian), geo, polar, etc.) are supported to be declaratively laid out in the cells of matrix and calendar coordinate system. #​19807 #​21093 (Ovilia) #​21005 #​21108 (100pah)
  • [Feature] [custom] Support reusable custom series. #​20226 (Ovilia)
  • [Feature] [cartesian] Introduce new layout mechanism to avoid Cartesian (i.e., grid component) axis labels and axis names overflowing the canvas, prevent axis names from overlapping with axis labels, and make them the default. #​21059 (100pah) #​19534 (robin-gerling) #​16825 (konrad-amtenbrink)
  • [Feature] [scatter] Support jittering for scatter series. #​19941 #​21067 (Ovilia)
  • [Feature] [axis] Support break on the axis. #​19459 (Ovilia) #​20857 (100pah)
  • [Feature] [theme] Support dynamically registering and switching themes. #​20705 (Ovilia)
  • [Feature] [roam] Roaming infrastructure enhancement - support users specifying roaming area by roamTrigger; support clip on geo and series.map; support cursor style change when hovering on the roaming area; support preserveAspect on geo, series.map and series.graph; fix the percent base of center on geo, series.map, series.graph and series.tree; enhance the behavior for roaming area overlapping. #​19807#issuecomment-2974437299 (100pah)
  • [Feature] [thumbnail] Support thumbnail for the graph series. #​19807#issuecomment-3013454598 (100pah) #​17471 (Lruler)
  • [Feature] [marker] Support z option for markPoint/markLine/markArea. #​21117 (sz-p)
  • [Feature] [marker] Support z2 option for markPoint/markLine/markArea. #​20782 (sz-p)
  • [Feature] [stack] Support reversing the stack order. #​20998 (Justin-ZS)
  • [Feature] [sankey] Support roaming for sankey series. #​20321 (Ovilia)
  • [Feature] [custom] Support compoundPath in custom series renderItem. #​20402 #​21040 (Ovilia)
  • [Feature] [marker] Support relativeTo option for specifying the relative target of marker position. #​20166 #​21042 (Ovilia)
  • [Feature] [axis] Support tooltip for angleAxis label. #​20986 (plainheart)
  • [Feature] [tooltip] Support displayTransition option to control whether to enable the tooltip display transition. #​20966 (jqqin)
  • [Feature] [visualMap] Support unboundedRange option. #​21113 (100pah)
  • [Feature] [legend] Support triggerEvent option. #​18164 #​20907 (sz-p)
  • [Feature] [custom] Support tooltipDisabled for custom series. #​20447 (Ovilia)
  • [Feature] [i18n] Add Norwegian Bokmål (nb-NO) translation. #​20792 (joakimono)
  • [Feature] [i18n] Add Greek (EL) translation. #​21119 (tassosgeo)
  • [Fix] [label] Fix label rich style does not inherit the plain label style. #​20977 (plainheart) #​21016 (100pah)
  • [Fix] [label] Fix label layout margin. #​21103 (100pah)
  • [Fix] [dataZoom] Fix data shape distribution for time axis. #​16978 (andrearoota) #​21043 #​21039 (Ovilia)
  • [Fix] [tooltip] Fix null value item on category axis should be able to show tooltip. #​20777 (Justin-ZS)
  • [Fix] [visualMap] Fix some text style can't work on visualMap. #​20961 (plainheart)
  • [Fix] [dataZoom] Restrict range on brushEnd. #​20814 (mortalYoung)
  • [Fix] [heatmap] Fix labels not in calendar range are unexpectedly displayed. #​20699 (plainheart)
  • [Fix] [series] Fix mismatched dimension index. #​20682 (Justin-ZS)
  • [Fix] [bar] Fix polar bar should update roundCap when changes. #​20582 (Ovilia)
  • [Fix] [pie] Fix labelLine may be not removed and cause error when single label position is not in outside. #​20906 (plainheart)
  • [Fix] [sankey] Fix browser crash when emphasis.focus is 'trajectory' with large data. #​20959 (plainheart)
  • [Fix] [custom] Fix potential NPE when applying leave transition. #​20920 (plainheart)
  • [Fix] [tooltip] Fix potential memory leakage by explicitly unbinding event listeners. #​21087 (seaheart)
  • [Fix] [axis] [log] Fix incorrect rounding usage, and support data with big negative exponent. #​21107 (SihongShen) #​21120 (100pah)
  • [Fix] [axis] Fix extreme small numbers can not be displayed in Cartesian due to the inappropriate rounding precision. #​21120 (100pah) (SihongShen)
  • [Fix] [dataZoom] Change moveHandler cursor to default. #​20304 (ribeirompl)
  • [Fix] [tooltip] Fix style coord transform markers are not removed after the tooltip is disposed. #​20987 (plainheart)
  • [Fix] [bar] Remove unused startValue option from the BarSeriesOption interface. #​20901 (plainheart)
  • [Fix] [title] Fix title text style width type should not include string. #​20800 (sz-p)
  • [Fix] [radar] Fix blur.itemStyle not working. #​21081 (mustcanbedo) #​21124 (Ovilia)
  • [Fix] [roam] Fix RoamControllerHost importing path. #​20313 (Ovilia)
  • [Fix] [svg] Remove SVG support check in getSvgDataURL. #​20760 (plainheart)
  • [Break] Breaking changes against v5.6.0:
    • The default theme has been changed, including the visual style and the default location settings of components and series. For example, the default legend position is now at the bottom of the canvas. The new default settings are more reasonble, but if they affect the existing usage, use echarts/theme/v5.js to restore the old visual style and location settings. See #​20865.
    • The v5 echarts/src/theme/light.ts is now migrated to echarts/theme/rainbow.js.
    • The position of Cartesian axes might shift slightly if the axis names or labels previously overflowed the canvas or overlapped, as anti-overflow and anti-axisLabel-axisName-overlap mechanism are enabled by default. In most cases that changes will be indiscernible to the naked eye. But if any unreasonable change occurs, you can use option grid.outerBoundsMode: 'none' to disable the anti-overflow mechanism, and/or use option xAxis/yAxis.axisLabel.nameMoveOverlap: false to disable the anti-axisLabel-axisName-overlap mechanism. See #​21059.
    • The percent base of the option center (such as the base of '33%') on geo, series.map, series.graph and series.tree are changed. The previous percent base is incorrect. But if you need to restore, set legacyViewCoordSysCenterBase: true (on the root level of an echarts option). See #​19807#issuecomment-2974437299.
    • Now label rich styles (fontStyle, fontWeight, fontSize, fontFamily, textShadowColor, textShadowBlur, textShadowOffsetX, textShadowOffsetY) are changed to inherit the plain label styles. You can use richInheritPlainLabel: false (on the root level of an echarts option, or at the same level of the label style options) to restore it. See #​20977

New Contributors


Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@blumilk-renovate blumilk-renovate bot requested a review from a team as a code owner January 7, 2026 08:03
@blumilk-renovate blumilk-renovate bot added breaking-changes dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code renovate labels Jan 7, 2026
@blumilk-renovate blumilk-renovate bot requested a review from Blusia January 7, 2026 08:03
@blumilk-renovate
Copy link
Contributor Author

blumilk-renovate bot commented Jan 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: vue-echarts@7.0.3
npm error Found: echarts@6.0.0
npm error node_modules/echarts
npm error   echarts@"^6.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer echarts@"^5.5.1" from vue-echarts@7.0.3
npm error node_modules/vue-echarts
npm error   vue-echarts@"^7.0.3" from the root project
npm error
npm error Conflicting peer dependency: echarts@5.6.0
npm error node_modules/echarts
npm error   peer echarts@"^5.5.1" from vue-echarts@7.0.3
npm error   node_modules/vue-echarts
npm error     vue-echarts@"^7.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-01-07T09_59_52_827Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-01-07T09_59_52_827Z-debug-0.log

@blumilk-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@blumilk-renovate blumilk-renovate bot deleted the renovate/echarts-6.x branch January 7, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-changes dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant