- 20ecdf4 Merge pull request #21637 from apache/fix/simplify-21586 by Jin · 12 days ago master
- 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 · 13 days ago
- dc60bdd feat(canvas): update `devicePixelRatio` to prevent chart being blurry after resizing (#21489) by Jin · 2 weeks ago
- 45775be Merge pull request #21633 from apache/dependabot/npm_and_yarn/tmp-0.2.7 by Zhongxiang Wang · 2 weeks ago
- dae507c chore(deps-dev): bump tmp from 0.2.4 to 0.2.7 by dependabot[bot] · 2 weeks ago
- ab0657b Merge pull request #21587 from apache/codex/add-agents-md by Jin · 2 weeks ago
- 09bf914 Merge pull request #21586 from Resbi-Anik/fix/visualmap-tooltip-overlap by Jin · 3 weeks ago
- b014e95 Merge pull request #21621 from apache/release by sushuang · 3 weeks ago
- c5a48f5 Merge pull request #21612 from apache/release-dev by Zhongxiang Wang · 4 weeks ago release 6.1.0 6.1.0-rc.2
- 77e5222 release 6.1.0-rc.2 by 100pah · 4 weeks ago
- 21f17be fixRegression(map,geo): Resolve circular dependencies introduced by this version. by 100pah · 4 weeks ago
- 830e8b6 chore: Supplement package.json (for module cjs declaration) to source release. by 100pah · 4 weeks ago
- ed0e210 chore: Fix `addHeader` tool and add missing license headers. by 100pah · 4 weeks ago
- cc78ada Merge pull request #21611 from apache/release-dev by sushuang · 4 weeks ago 6.1.0-rc.1
- 3f6e012 release: Build release. by 100pah · 4 weeks ago
- d69405f chore: Add missing headers. by 100pah · 4 weeks ago
- 6998ed0 release: Upgrade npm version. by 100pah · 4 weeks ago
- 8cb374b fix(build): Fix build commands. by 100pah · 4 weeks ago
- a1718d9 fix(lint): Fix according to lint. by 100pah · 4 weeks ago
- ee3e59e fix(lint): Fix lint command - previously not all source files are included. by 100pah · 4 weeks ago
- be4cc54 fix regression: Fix appendData broken by previous commits. by 100pah · 5 weeks ago
- b6e2bdc Merge branch 'release' of github.com:apache/incubator-echarts into release by 100pah · 5 weeks ago
- eb7aa66 dep: downgrade dep version. by 100pah · 5 weeks ago
- 1e39b00 Merge pull request #21608 from apache/fix/lines-tooltip-xss by sushuang · 5 weeks ago
- c69f658 fix(lines): fix potential tooltip XSS vulnerability in lines series by plainheart · 5 weeks ago
- 3698a52 lint: Enhance eslint -- add rules. by 100pah · 5 weeks ago
- eeaa9e4 lint: Fix according to es and ts lint. by 100pah · 5 weeks ago
- bc96cc7 lint: fix linter issues. by 100pah · 5 weeks ago
- 23438b8 ts: Add ts to bmap (remove @ts-nocheck) by 100pah · 5 weeks ago
- c32ab64 lint: Remove unused variables. by 100pah · 5 weeks ago
- 3c62f0d Merge pull request #21430 from apache/fix/alignTicks-precision by sushuang · 5 weeks ago
- 7c7b104 dep: upgrade zrender to 6.1.0 and update package-lock.json. by 100pah · 5 weeks ago
- 6de21a3 test: Enable echarts-examples/e2e test result to be executed in echarts visual test as supplementary test cases. by 100pah · 6 weeks ago
- db12d57 fix: Enable axis statistics to be able to register -- exclude if unnecessary for code size. by 100pah · 6 weeks ago
- cc4bd9f dep: rollback @rollup/plugin-terser to 0.4.4 . by 100pah · 6 weeks ago
- 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 · 6 weeks ago
- 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 · 6 weeks ago
- d6a812f Merge pull request #21562 from konewka17/fix-21561 by Ovilia · 7 weeks ago
- 7d6524e Merge pull request #21590 from apache/codex/fix-21583-area-select-style by Ovilia · 7 weeks ago
- 0c0f466 fix(parallel): preserve areaSelectStyle on persisted selection. close #21583 by Justin-ZS · 7 weeks ago
- 5979d16 feat(visualMap): add new test cases for visualMap continuous by Resbi Anik · 8 weeks ago
- f64ba6b docs: add wiki guidance to agents guide by Justin-ZS · 8 weeks ago
- 6225ce0 docs: add pull request wiki guidance by Justin-ZS · 8 weeks ago
- fdf18d1 docs: refine agents guide with contributor docs by Justin-ZS · 8 weeks ago
- dc34f61 docs: add agents guide for contributors by Justin-ZS · 8 weeks ago
- 6029216 fix(visualMap): prevent tooltip label overlap by Resbi Anik · 8 weeks ago
- 483afa2 Merge branch 'release' into PR/plainheart_fix/alignTicks-precision by 100pah · 9 weeks ago
- e548306 test: fix UT. by 100pah · 9 weeks ago
- 8e24af5 Merge pull request #21558 from diysimon/fix-21551 by Ovilia · 9 weeks ago
- e615c7f chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.2 in /test/runTest (#21577) by dependabot[bot] · 9 weeks ago
- 963e99d fix regression: fix test cases. by 100pah · 9 weeks ago
- db24e13 feature: dataZoom 'inside' supports to set cursorGrab and cursorGrabbing. by 100pah · 9 weeks ago
- 64c1c66 Merge branch 'release' into PR/plainheart_fix/alignTicks-precision by 100pah · 9 weeks ago
- 14cc0f8 test: Add visual test marks for v6.1.0. by 100pah · 9 weeks ago
- c108d1f fix(sankey): implemented suggested change by @Ovilia to follow sunburst.sort method. Only null and `desc` implemented as suggested by tom · 9 weeks ago
- 6dff663 test: Add test util for canvas layer debug. by 100pah · 9 weeks ago
- e5744ce fix regression: Fix NPE and simplify code. by 100pah · 9 weeks ago
- 1f99c89 fix(i18n): fix incorrect translation for custom series name in langDE (#21571) by A-Loot · 9 weeks ago
- 641a550 Merge pull request #21573 from apache/dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.1 by Zhongxiang Wang · 9 weeks ago
- 6b4fed5 chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.1 in /test/runTest by dependabot[bot] · 9 weeks ago
- 8a17066 fix regression: Fix category axis backward compatibility and axis stat travel. by 100pah · 9 weeks ago
- 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 · 9 weeks ago
- 2e82d33 fix regression: onZero should be backward compatibility. And clarify comments. by 100pah · 9 weeks ago
- fbe49c8 fix regression: Fix gauge label precision. by 100pah · 9 weeks ago
- 694c44a fix regression: bandWidth and containShape should properly handle single item and empty. by 100pah · 9 weeks ago
- 03f0e33 fix regression: (1) Revert the recent change to zlevelKey for backward compatibility. (2) Add guard to progressive block. by 100pah · 9 weeks ago
- 2eec8a8 fix(progressive): No need to explicitly assign zlevel for el.incremental case. by 100pah · 9 weeks ago
- 990f3ef test: add test. by 100pah · 10 weeks ago
- 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 · 10 weeks ago
- 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 · 10 weeks ago
- 1e6a16f test regression: fix recent broken. by 100pah · 2 months ago
- 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 · 2 months ago
- 6418ca2 feat(sankey): added dedicated test file by tom · 2 months ago
- 624f520 feat(sankey): support disabling node sorting. close #21561 by konewka17 · 2 months ago
- 25bb7da fix_regression: Fix onZero and startValue backward compatibility. by 100pah · 2 months ago
- cd9e486 Merge pull request #21557 from apache/chore-workflow by Ovilia · 2 months ago
- 9c4aa42 fix: Fix candlestick clip path on category axis. by 100pah · 2 months ago
- 56f6dc3 fix: Fix and clarify the definition of axis.`startValue`. by 100pah · 2 months ago
- a8fa04c fix(candlestick): support cursor option by diysimon · 2 months ago
- 543d817 chore(workflow): update deps by plainheart · 2 months ago
- 72dd9d3 chore(workflow): remove pr preview actions [skip ci] by plainheart · 2 months ago
- b81fa44 fix: Fix issues in regression test. by 100pah · 2 months ago
- 5fd5980 Tweak mktest. by 100pah · 3 months ago
- 3ceabff Fix and add test cases (introduced by preceding commits) by 100pah · 3 months ago
- 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 · 3 months ago
- 19b9339 Merge pull request #21556 from dagecko/runner-guard/fix-ci-security by Zhongxiang Wang · 3 months ago
- 04763b9 Supplement tests and fix boxplot (broken by preceding commits) by 100pah · 3 months ago
- 4159c2a Merge pull request #21554 from apache/dependabot/npm_and_yarn/picomatch-2.3.2 by Zhongxiang Wang · 3 months ago
- 0a4d45e fix: extract 1 unsafe expression(s) to env vars by dagecko · 3 months ago
- 8ddaa5c Fix category axis min/max ticks/labels show hide when interval > 0. Remove unnecessary code. Fix relevant TS. by 100pah · 3 months ago
- c8521d0 chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by dependabot[bot] · 3 months ago
- 7a9eda4 Fix bugs introduced by preceding commit. by 100pah · 3 months ago
- 15af0db fix: Fix min/max label show in category axis. Previously, axisLabel.showMinLabel/showMaxLabel did not control label and ticks on axis edges, but controls the filtered labels by axisLabel.interval settings. This impl did not align with the intent of that option. by 100pah · 3 months ago
- 91a60fc fix(progressive): (1) Fix that candlestick large data progressive rendering was broken by Doji feature. (2) Fix bar large and progressive might throw NPE. (3) Follow the fixing of progressive rendering in zrender#1151 (3) Fix parallels did not clear previous rendered content when switching between progressive and normal mode. (4) Fix that chart.on('finished') event might not be called in some edge case (when multiple iterations are executed in one frame at the end). by 100pah · 3 months ago
- 2dc344e Merge pull request #21550 from apache/dependabot/npm_and_yarn/flatted-3.4.2 by Zhongxiang Wang · 3 months ago
- 4aa46ed chore(deps): bump flatted from 3.1.0 to 3.4.2 by dependabot[bot] · 3 months ago
- a1b9731 Merge pull request #21546 from EPoikans/master by Zhongxiang Wang · 3 months ago
- f019371 test: add hover layer test. by 100pah · 3 months ago
- cb6900c Add Latvian localization by EPoikans · 3 months ago
- 56a32c0 fix(axisPointer&tooltip): (1) axisPointer and tooltip should be able to update when mousewheel, since dataZoomInside can modify views on mousewheel, and cause highlighted element to be not able to restore. (2) Fix axisPointer highlighted item can not restore due to outdated dataIndexIndex. by 100pah · 3 months ago