Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master into v6 #20669

Merged
merged 119 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
70f0b5a
feat(dataZoom): handle labels can be configured when to show #19676
Ovilia Jun 26, 2024
dd5d624
test(dataZoom): add test cases
Ovilia Jun 27, 2024
05ac7dd
fix(line): step areaStyle bug #20021
Ovilia Jun 28, 2024
3ad256a
fix(visualMap): handle label collides with horizontal size visualMap
WojciechKrakowiak Aug 12, 2024
9706b50
fix: adjust only label position below the maximum range end
WojciechKrakowiak Aug 13, 2024
cce6480
test: fix visualMap-continuous test so it renders all cases
WojciechKrakowiak Aug 13, 2024
bc065fd
test(pictorial): add test case when value is 0
Ovilia Aug 27, 2024
fd51f71
fix(pictorialBar): symbol should not flip with zero data #20260
Ovilia Aug 28, 2024
65ac3c3
style(pictorialBar): remove console log
Ovilia Aug 28, 2024
0ffc94b
feat(i18n): add Persian(FA) translation (#20312)
Ayazadeh Sep 2, 2024
a1498d6
fix(sample): fix minmax sampling behaviour
ribeirompl Sep 2, 2024
e928a4c
fix(sample): fix minmax final frame handling
ribeirompl Sep 9, 2024
b70e4d2
feat(i18n): improve pt-BR translation
ViniciusCestarii Sep 16, 2024
5cb2a72
Merge pull request #20348 from ViniciusCestarii/improve-i18n-pt-br
plainheart Sep 16, 2024
41ff0b0
fix(boxplot) correctly handle series.encode with category axis close …
jonoshearman Sep 5, 2024
69232ed
fix: #20363 The polar coord clip should include center point in scatter
sz-p Sep 24, 2024
b0ef6c8
test: #20363 The polar coord clip should include center point in scatter
sz-p Sep 24, 2024
399fb2f
change equality check after PR review
jonoshearman Sep 24, 2024
2c6ecb0
Merge pull request #20324 from jonoshearman/fix-boxplot-category-enco…
Ovilia Sep 25, 2024
80438d2
fix: 修复 The polar coord clip should include center point in scatter
sz-p Sep 25, 2024
38613d2
Merge pull request #20370 from sz-p/fix-20363
Ovilia Sep 26, 2024
af72d75
fix: #20336 sankey getInitialData function catch undefined data and e…
sz-p Sep 28, 2024
5b0a153
test: #20336 sankey getInitialData function catch undefined data and …
sz-p Sep 28, 2024
9593e0f
test(sankey): fix test case
plainheart Sep 29, 2024
3f03c76
fix(sankey): also allow the `levels` option to be `undefined`
plainheart Sep 29, 2024
d60b241
test(sankey): tweak test case
plainheart Sep 29, 2024
bb12cee
Merge pull request #20380 from sz-p/fix-20336
plainheart Sep 29, 2024
869ec5e
Merge pull request #20300 from apache/fix-pictorial-zero
Ovilia Sep 30, 2024
4704cbc
fix(theme): fix legend page text color in dark mode.
plainheart Oct 8, 2024
b33058e
Merge pull request #20396 from apache/fix/legend-page-text-color-in-d…
Ovilia Oct 8, 2024
f0b9020
fix: Tooltip textStyle lineHeight does not work in default
sz-p Oct 8, 2024
6dea1a4
test: Tooltip textStyle lineHeight does not work in default
sz-p Oct 8, 2024
26338d2
feat(sunburst): sunburst emphasis focus enable relative #20397
sz-p Oct 9, 2024
daf0104
test(sunburst): sunburst emphasis focus enable relative #20397
sz-p Oct 9, 2024
845b6a3
Merge pull request #20399 from sz-p/feat-20397
plainheart Oct 10, 2024
dd131a0
chore: fix formatting issues
WojciechKrakowiak Oct 15, 2024
3277f98
Merge pull request #20249 from WojciechKrakowiak/fix-20248
Ovilia Oct 17, 2024
ecebf65
fix(tooltip): fix potential NPE when setting option with `notMerge` s…
ktx-abhay Oct 23, 2024
c4eaf0b
fix: Tooltip textStyle lineHeight does not work in default
sz-p Oct 24, 2024
ffdd017
Merge pull request #20315 from ribeirompl/ribeirompl-fix-minmax-sampling
Ovilia Oct 28, 2024
234fb4b
fix: Tooltip textStyle lineHeight does not work in default
sz-p Oct 29, 2024
ca12fb4
Merge pull request #20398 from sz-p/fix-20391
Ovilia Oct 30, 2024
04bfaf9
fix(BarView): borderColor hides bar color with large data. close #18185
DevitX Oct 30, 2024
c66c503
test(candlestick): add test case for candlestick volume bars with bor…
DevitX Oct 30, 2024
b6905aa
Merge pull request #20092 from apache/feat-step
Ovilia Nov 6, 2024
b04f36e
Merge branch 'master' into feat-dataZoom-label-show
Ovilia Nov 6, 2024
c3ce6e0
fix(dataZoom): use handleLabel.show
Ovilia Nov 6, 2024
61eeb94
Merge pull request #20082 from apache/feat-dataZoom-label-show
Ovilia Nov 6, 2024
904ce49
fix(Bar): updated with reviewed changes
DevitX Nov 6, 2024
4d1a570
test(bar): changed test case for dense bars with border and fill color
DevitX Nov 6, 2024
aea7c6f
Merge branch 'apache:master' into fix-18185
DevitX Nov 6, 2024
4d452fd
test(bar): rename file and updated title
DevitX Nov 6, 2024
9e4ff9f
test(bar): fix path
DevitX Nov 6, 2024
965a7f3
test(bar): changed path of test
DevitX Nov 6, 2024
3cb583f
test(aria): fix test case of #20218
Ovilia Nov 7, 2024
c939973
Relax tslib requirement specifier
mrginglymus Nov 7, 2024
18f8ea3
Merge pull request #20485 from mrginglymus/relax-tslib
Ovilia Nov 8, 2024
421069f
fix(type): markLine `symbolOffset` can be a 2d array for both symbols
plainheart Nov 9, 2024
61f2e84
feat(calendar): add `silent` option for `dayLabel`/`monthLabel`/yearL…
plainheart Nov 9, 2024
480b7f9
Merge branch 'apache:master' into fix-18185
DevitX Nov 12, 2024
47e5928
fix(Bar): revert the strokeFirst to stroke null following the reviewe…
DevitX Nov 12, 2024
76bf70a
chore: revert ts version
Ovilia Nov 13, 2024
fd47b6b
chore: revert ts version in package-lock.json
Ovilia Nov 13, 2024
25d9570
Merge pull request #20465 from DevitX/fix-18185
Ovilia Nov 14, 2024
11a3cb7
Merge pull request #20509 from apache/fix-ts
plainheart Nov 15, 2024
23efa66
Merge pull request #20491 from apache/fix/type/markLine-symbolOffset
Ovilia Nov 15, 2024
2576fc2
Merge pull request #20492 from apache/feat/calendar-label-silent
Ovilia Nov 15, 2024
8f7773c
feat(axis): support tooltip for axis label
plainheart Nov 23, 2024
d303a5f
fix(data): fix potential NPE in the `SeriesData#rawIndexOf` function
plainheart Nov 23, 2024
15a8f64
fix(axis): remove unused import
plainheart Nov 23, 2024
9d8454a
Merge pull request #20534 from apache/fix/potential-NPE
plainheart Nov 24, 2024
8924cb5
Merge pull request #16315 from apache/feat/axis-label-tooltip
plainheart Nov 24, 2024
6b9642d
Merge pull request #20484 from apache/fix-20218
plainheart Nov 25, 2024
1d4de08
Merge pull request #20535 from apache/master
100pah Nov 26, 2024
eb23485
fix(visualMap): cursor is pointer on selectedMode=false
sz-p Nov 28, 2024
aa2baff
test(visualMap): cursor is pointer on selectedMode=false
sz-p Nov 28, 2024
104df1b
Merge pull request #20551 from sz-p/fix-20533
Ovilia Nov 29, 2024
7ce67d5
chore: npm audit packages
plainheart Dec 3, 2024
828c037
style(i18n): fix lint issue in langSV
plainheart Dec 3, 2024
b0a6c0e
fix(boxplot): simplify `_hasEncodeRule` logic (#20324)
plainheart Dec 3, 2024
3e9b843
test: fix test case and tool & update stale deps
plainheart Dec 4, 2024
b9705c5
test: fix test cases
plainheart Dec 4, 2024
ec05e16
test: tweak log
plainheart Dec 4, 2024
9676b2f
chore: merge master into release
plainheart Dec 4, 2024
08fb397
fix(pictorial): fix zero value flipping for different axes
Ovilia Dec 4, 2024
d58827a
fix(visualMap): tweak #20551 & add VRT test
plainheart Dec 4, 2024
c2b7b30
test: fix test case
plainheart Dec 4, 2024
5a1be94
refactor(pictorial): refactor xor logic
Ovilia Dec 4, 2024
592cab6
chore: remove unused types
plainheart Dec 4, 2024
6e9ef3b
style(pictorialBar): make pxSign logic more intuitive
plainheart Dec 4, 2024
b18ff75
Merge pull request #20557 from apache/fix-pictorial
plainheart Dec 4, 2024
619beb7
test: tweak test case
plainheart Dec 4, 2024
e09c9d2
test: fix test cases
plainheart Dec 4, 2024
b97aa69
chore: add types for puppeteer browser
plainheart Dec 4, 2024
2009644
test: can use CN mirror to fetch versions and libs
plainheart Dec 5, 2024
cdb0ebc
feat(geo): support styling region in original GeoJSON data
plainheart Dec 5, 2024
8f39773
refactor(geo): change option name to `echartsStyle` and enable more s…
plainheart Dec 5, 2024
5d1d34e
Merge pull request #20561 from apache/feat/geo/styling-in-geojson
plainheart Dec 5, 2024
3ec7b26
refactor(geo): apply `echartsStyle` in Model instead of View.
plainheart Dec 6, 2024
ab5de8e
Merge pull request #20564 from apache/feat/geo/styling-in-geojson
plainheart Dec 6, 2024
9139d45
fix(map): change map data
Ovilia Dec 6, 2024
04d412a
fix: add regions.silent and z for geo and map
Ovilia Dec 6, 2024
945148f
fix(test): update map data
plainheart Dec 8, 2024
4d990f7
fix(map): hide label for boundary line features
plainheart Dec 8, 2024
fd87c34
fix(map): remove preventAutoZ for map
Ovilia Dec 9, 2024
181842f
test(map): replace test cases with new map
Ovilia Dec 9, 2024
e231c09
fix(map): update test cases
Ovilia Dec 9, 2024
8dd5475
fix(test): fix map test case
plainheart Dec 10, 2024
4e84f15
fix(test): fix map test case
plainheart Dec 10, 2024
70a5f3f
Merge pull request #20566 from apache/fix-map
plainheart Dec 10, 2024
5764d0c
chore: update zrender versin to 5.6.1
plainheart Dec 11, 2024
74203be
release: update echarts version to 5.6.0
plainheart Dec 11, 2024
a96cbaa
release: build v5.6.0
plainheart Dec 11, 2024
fe42bc1
Merge pull request #20556 from apache/release-dev
Ovilia Dec 11, 2024
a93bfe9
Merge pull request #20627 from apache/release
Ovilia Dec 30, 2024
176f9df
chore(workflow): add package.json
plainheart Jan 2, 2025
f5908c0
Merge pull request #20638 from apache/workflow-scripts/pkg-json
Ovilia Jan 2, 2025
1720dc9
chore: update NOTICE year to 2025
github-actions[bot] Jan 2, 2025
c09cab5
Merge pull request #20639 from apache/bot/update-notice-year/2025
Ovilia Jan 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/.scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ECharts
Copyright 2017-2024 The Apache Software Foundation
Copyright 2017-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
Loading
Loading