Skip to content

Compat ec 6.1.0#565

Merged
pissang merged 4 commits into
masterfrom
compat-ec-6.1.0
May 28, 2026
Merged

Compat ec 6.1.0#565
pissang merged 4 commits into
masterfrom
compat-ec-6.1.0

Conversation

@100pah

@100pah 100pah commented May 27, 2026

Copy link
Copy Markdown
Contributor

Support echarts@6.1.0 and zrender@6.1.0.

  • Compat: Cartesian 3d axis does not work due to breaking changes introduced by echarts@6.1.0 zrender@6.1.0. Add compatiblity code to support both new and old versions of echarts and zrender. Before this fix, test/line3D.html do not display axisLabel and axisPointer.
  • Fix: geo3d should not be duplicated registered, otherwise a warning is always reported (like geo3d exists).
  • Fix: Compatible with Echarts 6 #561 has upgraded dep echarts and zrender version to 6.0.0, but no need to force users to upgrade echarts and zrender. So add back the original versions as ^6.0.0 || ^5.1.2.
  • Fix: Fix incorrect test case - it coincidentally works before echarts@6.1.0 but it does not work by echarts@6.1.0 breaking change (axis.min/max: NaN is not ignored since echarts@6.1.0).

100pah added 4 commits May 27, 2026 17:30
… 3d axis, and remain backward compatible with pervious echarts and zrender versions.
….0, but no need to force users to upgrade echarts and zrender. So add back the original versions.
…charts@6.1.0 but it does not work by echarts@6.1.0 breaking change (axis.min/max: NaN is not ignored since echarts@6.1.0).
@100pah
100pah requested a review from pissang May 27, 2026 15:47
@pissang
pissang merged commit 340a145 into master May 28, 2026
@100pah
100pah deleted the compat-ec-6.1.0 branch May 28, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants