1. fac0568 Merge pull request #21708 from apache/dependabot/npm_and_yarn/ws-7.5.13 by Zhongxiang Wang · 3 days ago master
  2. ce13378 chore(deps-dev): bump ws from 7.5.10 to 7.5.13 by dependabot[bot] · 5 days ago
  3. e647e77 Merge pull request #21699 from rahul37wallst-sudo/fix-11322-object-row-dimensions by Zhongxiang Wang · 8 days ago
  4. b6ace83 perf(data): avoid object key scan allocations. close #11322 by tiwarir · 9 days ago
  5. db7241a fix(data): detect sparse object keys. close #11322 by tiwarir · 14 days ago
  6. 74e9e09 Merge pull request #21692 from apache/dependabot/npm_and_yarn/test/runTest/multi-6aaed2ab8e by Zhongxiang Wang · 2 weeks ago
  7. bae1b32 chore(deps): bump ws in /test/runTest by dependabot[bot] · 2 weeks ago
  8. 5b0f1fd chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 in /test/runTest (#21665) by Zhongxiang Wang · 4 weeks ago
  9. d037ca6 chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 in /test/runTest by dependabot[bot] · 4 weeks ago
  10. 20ecdf4 Merge pull request #21637 from apache/fix/simplify-21586 by Jin · 9 weeks ago
  11. 06cd2ea fixRegression: Fix #21586. (1). Remove some verbose and unnecessary code. (2). Remove the breaking change to `visualMap[type='continuous'].formatter: function () {}` - not necessary, and that breaking change can cause the existing lables display incorrectly when labels touch. (3). Switch to a more comprehensive implementation - adjust the positions of the two labels to avoid overlap. The previous approach (merging two labels) may occupy extra horizontal space and may unexpectedly cause overlap with other content. (4). Add visual test for `visualMap[type='continuous']` by 100pah · 9 weeks ago
  12. dc60bdd feat(canvas): update `devicePixelRatio` to prevent chart being blurry after resizing (#21489) by Jin · 9 weeks ago
  13. 45775be Merge pull request #21633 from apache/dependabot/npm_and_yarn/tmp-0.2.7 by Zhongxiang Wang · 9 weeks ago
  14. dae507c chore(deps-dev): bump tmp from 0.2.4 to 0.2.7 by dependabot[bot] · 9 weeks ago
  15. ab0657b Merge pull request #21587 from apache/codex/add-agents-md by Jin · 9 weeks ago
  16. 09bf914 Merge pull request #21586 from Resbi-Anik/fix/visualmap-tooltip-overlap by Jin · 2 months ago
  17. b014e95 Merge pull request #21621 from apache/release by sushuang · 2 months ago
  18. c5a48f5 Merge pull request #21612 from apache/release-dev by Zhongxiang Wang · 3 months ago 6.1.0 6.1.0-rc.2
  19. 77e5222 release 6.1.0-rc.2 by 100pah · 3 months ago
  20. 21f17be fixRegression(map,geo): Resolve circular dependencies introduced by this version. by 100pah · 3 months ago
  21. 830e8b6 chore: Supplement package.json (for module cjs declaration) to source release. by 100pah · 3 months ago
  22. ed0e210 chore: Fix `addHeader` tool and add missing license headers. by 100pah · 3 months ago
  23. cc78ada Merge pull request #21611 from apache/release-dev by sushuang · 3 months ago 6.1.0-rc.1
  24. 3f6e012 release: Build release. by 100pah · 3 months ago
  25. d69405f chore: Add missing headers. by 100pah · 3 months ago
  26. 6998ed0 release: Upgrade npm version. by 100pah · 3 months ago
  27. 8cb374b fix(build): Fix build commands. by 100pah · 3 months ago
  28. a1718d9 fix(lint): Fix according to lint. by 100pah · 3 months ago
  29. ee3e59e fix(lint): Fix lint command - previously not all source files are included. by 100pah · 3 months ago
  30. be4cc54 fix regression: Fix appendData broken by previous commits. by 100pah · 3 months ago
  31. b6e2bdc Merge branch 'release' of github.com:apache/incubator-echarts into release by 100pah · 3 months ago
  32. eb7aa66 dep: downgrade dep version. by 100pah · 3 months ago
  33. 1e39b00 Merge pull request #21608 from apache/fix/lines-tooltip-xss by sushuang · 3 months ago
  34. c69f658 fix(lines): fix potential tooltip XSS vulnerability in lines series by plainheart · 3 months ago
  35. 3698a52 lint: Enhance eslint -- add rules. by 100pah · 3 months ago
  36. eeaa9e4 lint: Fix according to es and ts lint. by 100pah · 3 months ago
  37. bc96cc7 lint: fix linter issues. by 100pah · 3 months ago
  38. 23438b8 ts: Add ts to bmap (remove @ts-nocheck) by 100pah · 3 months ago
  39. c32ab64 lint: Remove unused variables. by 100pah · 3 months ago
  40. 3c62f0d Merge pull request #21430 from apache/fix/alignTicks-precision by sushuang · 3 months ago
  41. 7c7b104 dep: upgrade zrender to 6.1.0 and update package-lock.json. by 100pah · 3 months ago
  42. 6de21a3 test: Enable echarts-examples/e2e test result to be executed in echarts visual test as supplementary test cases. by 100pah · 3 months ago
  43. db12d57 fix: Enable axis statistics to be able to register -- exclude if unnecessary for code size. by 100pah · 3 months ago
  44. cc4bd9f dep: rollback @rollup/plugin-terser to 0.4.4 . by 100pah · 3 months ago
  45. 4175922 fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump. by 100pah · 3 months ago
  46. 505dbed fix: Separate `npm prepare` from other build scripts. The reason is: `npm prepare` is executed when npm install locally or from git, and build/build.js imports a newer version of rollup-terser, which requires newer versions of Node.js (>19). That constraints should not be imposed to users, otherwise some existing pipeline may be broken. by 100pah · 3 months ago
  47. d6a812f Merge pull request #21562 from konewka17/fix-21561 by Ovilia · 3 months ago
  48. 7d6524e Merge pull request #21590 from apache/codex/fix-21583-area-select-style by Ovilia · 3 months ago
  49. 0c0f466 fix(parallel): preserve areaSelectStyle on persisted selection. close #21583 by Justin-ZS · 3 months ago
  50. 5979d16 feat(visualMap): add new test cases for visualMap continuous by Resbi Anik · 3 months ago
  51. f64ba6b docs: add wiki guidance to agents guide by Justin-ZS · 4 months ago
  52. 6225ce0 docs: add pull request wiki guidance by Justin-ZS · 4 months ago
  53. fdf18d1 docs: refine agents guide with contributor docs by Justin-ZS · 4 months ago
  54. dc34f61 docs: add agents guide for contributors by Justin-ZS · 4 months ago
  55. 6029216 fix(visualMap): prevent tooltip label overlap by Resbi Anik · 4 months ago
  56. 483afa2 Merge branch 'release' into PR/plainheart_fix/alignTicks-precision by 100pah · 4 months ago
  57. e548306 test: fix UT. by 100pah · 4 months ago
  58. 8e24af5 Merge pull request #21558 from diysimon/fix-21551 by Ovilia · 4 months ago
  59. e615c7f chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.2 in /test/runTest (#21577) by dependabot[bot] · 4 months ago
  60. 963e99d fix regression: fix test cases. by 100pah · 4 months ago
  61. db24e13 feature: dataZoom 'inside' supports to set cursorGrab and cursorGrabbing. by 100pah · 4 months ago
  62. 64c1c66 Merge branch 'release' into PR/plainheart_fix/alignTicks-precision by 100pah · 4 months ago
  63. 14cc0f8 test: Add visual test marks for v6.1.0. by 100pah · 4 months ago
  64. c108d1f fix(sankey): implemented suggested change by @Ovilia to follow sunburst.sort method. Only null and `desc` implemented as suggested by tom · 4 months ago
  65. 6dff663 test: Add test util for canvas layer debug. by 100pah · 4 months ago
  66. e5744ce fix regression: Fix NPE and simplify code. by 100pah · 4 months ago
  67. 1f99c89 fix(i18n): fix incorrect translation for custom series name in langDE (#21571) by A-Loot · 4 months ago
  68. 641a550 Merge pull request #21573 from apache/dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.1 by Zhongxiang Wang · 4 months ago
  69. 6b4fed5 chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.1 in /test/runTest by dependabot[bot] · 4 months ago
  70. 8a17066 fix regression: Fix category axis backward compatibility and axis stat travel. by 100pah · 4 months ago
  71. 4b99289 chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it. by 100pah · 4 months ago
  72. 2e82d33 fix regression: onZero should be backward compatibility. And clarify comments. by 100pah · 4 months ago
  73. fbe49c8 fix regression: Fix gauge label precision. by 100pah · 4 months ago
  74. 694c44a fix regression: bandWidth and containShape should properly handle single item and empty. by 100pah · 4 months ago
  75. 03f0e33 fix regression: (1) Revert the recent change to zlevelKey for backward compatibility. (2) Add guard to progressive block. by 100pah · 4 months ago
  76. 2eec8a8 fix(progressive): No need to explicitly assign zlevel for el.incremental case. by 100pah · 4 months ago
  77. 990f3ef test: add test. by 100pah · 4 months ago
  78. 40b77b4 fix: (1) Fix time axis reach safeLimit when value scale is milisecond. (2) Fix regression - containShape should be word properly in single value case. And simply the code. by 100pah · 4 months ago
  79. 2064963 fix regression: (1) User specified `interval` show be backward compatible. (2) Default IntervalScale extent on single data item case show not be broken. (3) LogScale filter non-positive value. by 100pah · 4 months ago
  80. 1e6a16f test regression: fix recent broken. by 100pah · 4 months ago
  81. 3973b21 fix: (1) Fix: fix bar overflow issue on category axis with boundaryGap: false - use the newly added containShape handler. (2) Fix regression: Drop the previous containShape strategy on bar series, use a simple strategy for better compatibility. (3) Fix regression: Fix new added bar clip feature on single data item case. (4) Fix regression: Clarify code. by 100pah · 4 months ago
  82. 6418ca2 feat(sankey): added dedicated test file by tom · 4 months ago
  83. 624f520 feat(sankey): support disabling node sorting. close #21561 by konewka17 · 4 months ago
  84. 25bb7da fix_regression: Fix onZero and startValue backward compatibility. by 100pah · 4 months ago
  85. cd9e486 Merge pull request #21557 from apache/chore-workflow by Ovilia · 4 months ago
  86. 9c4aa42 fix: Fix candlestick clip path on category axis. by 100pah · 4 months ago
  87. 56f6dc3 fix: Fix and clarify the definition of axis.`startValue`. by 100pah · 4 months ago
  88. a8fa04c fix(candlestick): support cursor option by diysimon · 4 months ago
  89. 543d817 chore(workflow): update deps by plainheart · 4 months ago
  90. 72dd9d3 chore(workflow): remove pr preview actions [skip ci] by plainheart · 4 months ago
  91. b81fa44 fix: Fix issues in regression test. by 100pah · 4 months ago
  92. 5fd5980 Tweak mktest. by 100pah · 4 months ago
  93. 3ceabff Fix and add test cases (introduced by preceding commits) by 100pah · 4 months ago
  94. 8cd5c80 fix: Simplify and clarify the code about axis ticks regarding ordinal scale sorting. Fix axis label and sorting bug introduced by preceding commits. by 100pah · 4 months ago
  95. 19b9339 Merge pull request #21556 from dagecko/runner-guard/fix-ci-security by Zhongxiang Wang · 4 months ago
  96. 04763b9 Supplement tests and fix boxplot (broken by preceding commits) by 100pah · 4 months ago
  97. 4159c2a Merge pull request #21554 from apache/dependabot/npm_and_yarn/picomatch-2.3.2 by Zhongxiang Wang · 4 months ago
  98. 0a4d45e fix: extract 1 unsafe expression(s) to env vars by dagecko · 4 months ago
  99. 8ddaa5c Fix category axis min/max ticks/labels show hide when interval > 0. Remove unnecessary code. Fix relevant TS. by 100pah · 4 months ago
  100. c8521d0 chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by dependabot[bot] · 4 months ago