SIGN IN SIGN UP
apache / echarts UNCLAIMED

Apache ECharts is a powerful, interactive charting and data visualization library for browser

0 0 113 TypeScript

feature&fix(axis):

(1) feature: Enable uniform bandWidth calculation in numeric axis (e.g., for tooltip shadow); it previously only applicable to category axis, but buggy in numeric axis with bar series. And enable the clip of tooltip shadow.
(2) refactor: Introduce a dedicated workflow phase for series aggregation and data statistics computation on a single axis, allowting the results to be reused across multiple features.
(3) fix: Fix duplicate ticks in TimeScale and customValues, which cause jitter of splitArea.
(4) fix: Fix category showMin/MaxLabel handling when step > 1 and showMin/MaxLabel: false
(5) chore: Tweak bad effects introduced by the previous implementation of SCALE_EXTENT_KIND_MAPPING.
(6) chore: Clean some code.
1
100pah committed
8de2b64faa9d6f829ac2293d27920da76f47d5f5
Parent: b16d96c