Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
059ff61
chore(type): export type ElementEvent
Map1en Jul 5, 2021
768ce83
rm newline
Map1en Jul 5, 2021
a051e30
fix: markArea of bar series now covers whole category
jiawulin001 May 24, 2022
27c69b0
fix lint error
jiawulin001 May 24, 2022
c1b6775
feat(pie): support specifying coordinate system for pie series.
plainheart May 28, 2022
a630782
feat(bmap): support `convertToPixel` & `convertFromPixel` API.
plainheart May 28, 2022
8b8e166
Merge branch 'master' of https://github.com/apache/echarts into issue…
jiawulin001 Jun 7, 2022
6dbd5df
New testcase added
jiawulin001 Jun 7, 2022
b47d056
fix: markPoint now can show normally
jiawulin001 Jun 13, 2022
5186308
fix lint error
jiawulin001 Jun 13, 2022
f21ec1d
fix: sliderZoom in candlestick dataset error
jiawulin001 Jun 17, 2022
fe0555b
chore(deps): bump jsdom from 16.4.0 to 16.7.0
dependabot[bot] Jun 25, 2022
c885e65
fix(log): fix log axis breaks a single data whose log value is negati…
Ovilia Jul 5, 2022
4bf7f4d
fix(log): cache base variable
Ovilia Jul 6, 2022
ef3e28f
feat(gauge): axisLabel support rotate like sunburst. close 15944
May 5, 2022
bc4ee6c
fix(custom): fix elements may not be removed after updates #17333
Ovilia Jul 11, 2022
22c8218
fix(custom): apply leave transition and add more comments
Ovilia Jul 12, 2022
ee3b835
test(custom): add a test case with {} that should preserve child
Ovilia Jul 12, 2022
fc43e0a
test(custom): add a test case
Ovilia Jul 13, 2022
44e650e
fix(custom): fix the case for element after the null child
Ovilia Jul 14, 2022
d08a58f
style: spelling mistakes
ZXYT Jul 15, 2022
c7a8547
style: spelling mistakes
ZXYT Jul 15, 2022
6a261fb
style: spelling mistakes
ZXYT Jul 15, 2022
28baad8
chore(deps-dev): bump terser from 5.3.8 to 5.14.2
dependabot[bot] Jul 20, 2022
d5ee24d
fix(pie): fix `labelLine` may not be hidden when `minShowLabelRadian`…
plainheart Jul 21, 2022
a214eda
单轴反向失效问题修复
Jul 21, 2022
8cdcc7d
Merge pull request #17411 from wind108369/bugfix-single-inverse
plainheart Jul 22, 2022
178ec6f
Merge pull request #17407 from apache/dependabot/npm_and_yarn/terser-…
Ovilia Jul 22, 2022
800fcca
Merge pull request #17383 from ZXYT/style-spelling-mistakes
Ovilia Jul 22, 2022
67afcbd
Merge pull request #17412 from apache/fix-pie-labelLine
Ovilia Jul 22, 2022
70db7c6
chore: resolve conflict
jiawulin001 Jul 23, 2022
8fc48c7
fix(custom): ignore element when renderItem returns a group with null…
Ovilia Jul 25, 2022
09e0c80
test(custom): update test case for custom update
Ovilia Jul 25, 2022
d9d00b8
Merge branch 'master' into fix-17333
Ovilia Jul 25, 2022
749b64e
fix(bar-race): provide subPixelOptimize option to solve #14679
Ovilia Jul 26, 2022
52d89e7
test(bar-race): update test
Ovilia Jul 26, 2022
c76c297
fix(symbol): fix `emphasis.scale` can't be reset and specified value …
plainheart Jul 28, 2022
bffad00
test(symbol): add test case for `emphasis.scale`
plainheart Jul 28, 2022
4ed6629
test(vrt): fix changing value of select via js doesn't trigger `chang…
plainheart Jul 28, 2022
8294147
fix(symbol): remove unused import.
plainheart Jul 28, 2022
c584377
Merge pull request #17349 from apache/fix-17333
Ovilia Jul 29, 2022
8e4b5f0
Merge pull request #17442 from apache/fix/symbol-emphasis-scale
plainheart Jul 30, 2022
715e1da
fix(custom): set ignore only if old child exists (#17450)
Ovilia Aug 1, 2022
5470eff
feat(axis): set subPixelOptimize to be false during animation
Ovilia Aug 1, 2022
59e180e
chore: fix wrong imports from `echarts.all`
plainheart Aug 1, 2022
e3c8e3c
chore: fix wrong imports from `echarts.all`
plainheart Aug 1, 2022
074aa81
Merge pull request #17452 from apache/fix-import
Ovilia Aug 2, 2022
979654c
fix(axis): remove unnecessary files
Ovilia Aug 4, 2022
3a6c097
优化饼图性能
Jun 23, 2022
466d08f
fix(axis): when update for the first time, make sure done is called
Ovilia Aug 4, 2022
77ee2a1
test(pie): tweak pie-percent case - add time log, percentPrecision & …
plainheart Aug 4, 2022
d2746af
test(pie): fix test case pie3.html
plainheart Aug 4, 2022
c076a0c
Merge pull request #17275 from wind108369/improve-pie-performance
Ovilia Aug 4, 2022
08eb9a8
fix(theme): fix the abandoned normal level in the theme file. close #…
Liangism Aug 8, 2022
1e7f3b8
fix(theme): move the label block to the outside.
Liangism Aug 9, 2022
abd40cc
Merge pull request #17482 from Liangism/fix-17473
plainheart Aug 9, 2022
a29d37c
Merge pull request #16985 from MeetzhDing/fix-15944
Ovilia Aug 9, 2022
63e05ae
Merge pull request #17237 from jiawulin001/issue#17228
Ovilia Aug 9, 2022
62ebcb9
Merge pull request #17322 from apache/fix-13154
plainheart Aug 9, 2022
4fe4561
fix: remove legend name duplicate to prevent double inverse bug
Aug 14, 2022
9bcded1
Merge pull request #17132 from apache/feat/pie-coordinate-system
plainheart Aug 14, 2022
46cdb2b
fix: revert package-lock.json
Aug 15, 2022
1a15754
fix(subpixel): set animation with subpixel optimization
Ovilia Aug 15, 2022
f957036
Merge branch 'master' into fix-subpixel
Ovilia Aug 15, 2022
3c4179c
fix(subpixel): remove function
Ovilia Aug 16, 2022
118de18
fix(subpixel): refactor
Ovilia Aug 16, 2022
c277d39
fix(subpixel): refactor subPixelOptimizeLine
Ovilia Aug 16, 2022
3e48e9f
fix(subpixel): remove an unexpected change
Ovilia Aug 17, 2022
f2e8379
Merge pull request #17426 from apache/fix-subpixel
Ovilia Aug 18, 2022
99335da
Merge branch 'next'
100pah Aug 22, 2022
3c27102
Merge pull request #17538 from apache/master-tmp
100pah Aug 22, 2022
41676b3
chore(deps): bump engine.io and socket.io
dependabot[bot] Aug 22, 2022
db866d8
Merge pull request #17539 from apache/dependabot/npm_and_yarn/engine.…
Ovilia Aug 22, 2022
204f7a8
fix(theme): fix tooltips text style of the theme macarons
mousne Aug 23, 2022
3e068d7
Merge pull request #17570 from apache/master
100pah Aug 25, 2022
71e9548
Merge pull request #17551 from mousne/master
Ovilia Aug 26, 2022
8b66bf7
fix: ensure compatibility with typescript@4.8
Aug 27, 2022
3c1afa9
change the `deprecateReplaceLog` in sunburstAction.ts
gitforhlp Aug 29, 2022
d1462ff
fix the deprecateReplaceLog about downplay
gitforhlp Aug 29, 2022
b96b04e
Merge pull request #17587 from gitforhlp/master
Ovilia Aug 29, 2022
5b46529
fix a typo error in `log.ts`
ChepteaCatalin Aug 30, 2022
7f3b2ba
Merge pull request #17598 from ChepteaCatalin/master
plainheart Aug 30, 2022
b9f330b
Merge pull request #17582 from AviVahl/fix-ts4.8-compatibility
pissang Sep 1, 2022
74cd6ad
Merge pull request #15291 from Map1en/export-type-elementevent
Ovilia Sep 2, 2022
59c206c
chore(lint): enforce consistent spacing after comment starts
Ovilia Sep 2, 2022
4d218b1
Merge pull request #17614 from apache/master
100pah Sep 5, 2022
7808c95
chore(stale): issues with milestone TBD should not be marked as stale
Ovilia Sep 5, 2022
c914787
chore(stale): exclude all prs with milestones
Ovilia Sep 6, 2022
29a4fe9
Merge pull request #17616 from apache/fix-stale
plainheart Sep 6, 2022
6037f16
chore: fix test case.
100pah Sep 13, 2022
2e71525
fix: upgrade typescript-eslint to enable ts check with the currently …
100pah Sep 13, 2022
1acad38
release: 5.4.0
100pah Sep 13, 2022
6347c2c
Merge pull request #17645 from apache/release-dev
100pah Sep 13, 2022
2013476
fix(timeline): fix chart can't work when axis line is not shown.
plainheart Sep 14, 2022
c9e9a02
Merge pull request #17647 from apache/fix-timeline
Ovilia Sep 14, 2022
f51f1fe
Merge pull request #17282 from apache/dependabot/npm_and_yarn/jsdom-1…
Ovilia Sep 22, 2022
dc8f361
chore(deps): bump shelljs and jshint
dependabot[bot] Sep 22, 2022
10a8cd1
chore(deps): bump validator and @microsoft/api-extractor
dependabot[bot] Sep 22, 2022
56a989b
Merge pull request #17510 from caiwukun/fix_legend_name_duplicate_rem…
Ovilia Sep 22, 2022
9a1a486
Merge pull request #17684 from apache/dependabot/npm_and_yarn/validat…
Ovilia Sep 22, 2022
878e294
Merge pull request #17683 from apache/dependabot/npm_and_yarn/shelljs…
Ovilia Sep 22, 2022
9c00766
Merge pull request #17606 from apache/fix-lint
Ovilia Sep 23, 2022
583711e
Merge pull request #17098 from jiawulin001/issue#17021
Ovilia Sep 23, 2022
81cbfcb
test(gauge): add reproduce of #17663
ZeekoZhu Sep 24, 2022
e4fbb58
fix(gauge): add sectors in the order of the 'clockwise' option
ZeekoZhu Sep 24, 2022
0d58d5a
docs(extension/bmap): improve documentation of bmap extension.
plainheart Sep 25, 2022
bc32dc4
style(lint): fix spacing issues
plainheart Sep 25, 2022
080bdeb
fix(boxplot): remove empty `boxplotVisual`.
plainheart Sep 25, 2022
14521df
fix(chart): remove unused imports.
plainheart Sep 25, 2022
f98cbab
chore(workflow): add diff filter
plainheart Sep 25, 2022
3ca9e32
Merge pull request #17696 from apache/release
100pah Sep 25, 2022
c40ebbf
Merge pull request #17695 from apache/fix-lint
Ovilia Sep 26, 2022
9bbdb22
Merge pull request #17694 from apache/docs/extension-bmap
Ovilia Sep 26, 2022
204a04c
refactor(treemap): replace Array.forEach with each
ZeekoZhu Sep 27, 2022
213f7eb
Merge pull request #17691 from ZeekoZhu/echarts-17633
Ovilia Sep 28, 2022
91382c2
fix(pie): fix a NPE of `labelLine` when `minShowLabelRadian` is set.
plainheart Sep 29, 2022
81321a6
Merge pull request #17715 from apache/fix-pie
Ovilia Sep 29, 2022
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
2 changes: 1 addition & 1 deletion .eslintrc-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ rules:
- 2
- "never"
space-unary-ops: 2
spaced-comment: 0
spaced-comment: "error"

max-nested-callbacks:
- 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Collect changed files
run: |
mkdir ~/tmp/
git diff ${{ github.event.pull_request.base.sha }} ${{ github.sha }} --name-only --relative '*src/**/*.ts' > ~/tmp/changed_files
git diff ${{ github.event.pull_request.base.sha }} ${{ github.sha }} --diff-filter=ACM --name-only --relative '*src/**/*.ts' > ~/tmp/changed_files
echo -e "Changed files: \n$(cat ~/tmp/changed_files)"

- name: Lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. We are sorry for this but 2 years is a long time and the code base has been changed a lot. Thanks for your contribution anyway.'
close-pr-message: 'This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution.'
exempt-issue-labels: 'FAQ,priority: high'
exempt-all-milestones: true
operations-per-run: 500
ascending: true
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"pre-commit": "npm run lint && npm run checktype",
"pre-commit": "npm run lint && npm run checktype"
}
}
Loading