This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch fix/alignTicks-precision
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 56a32c0bb 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.
add f01937134 test: add hover layer test.
add 91a60fc76 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).
No new revisions were added by this update.
Summary of changes:
src/chart/bar/BarSeries.ts | 19 +-
src/chart/bar/BarView.ts | 8 +-
src/chart/candlestick/CandlestickView.ts | 10 +-
src/chart/custom/CustomView.ts | 3 +-
src/chart/heatmap/HeatmapView.ts | 7 +-
src/chart/helper/LargeLineDraw.ts | 23 +-
src/chart/helper/LargeSymbolDraw.ts | 16 +-
src/chart/helper/LineDraw.ts | 8 +-
src/chart/helper/SymbolDraw.ts | 9 +-
src/chart/lines/LinesView.ts | 3 +-
src/chart/parallel/ParallelSeries.ts | 2 +-
src/chart/parallel/ParallelView.ts | 15 +-
src/chart/scatter/ScatterView.ts | 3 +-
src/component/toolbox/ToolboxModel.ts | 1 -
src/core/Scheduler.ts | 36 +-
src/core/echarts.ts | 24 +-
src/model/Series.ts | 19 +-
src/util/graphic.ts | 3 +
src/util/model.ts | 39 +-
src/view/Component.ts | 3 +-
test/heatmap-large.html | 4 +-
test/hover-layer.html | 591 +++++++++++++++++++++++++++++++
test/lib/canteen.js | 16 +-
test/lib/reset.css | 21 ++
test/lib/testHelper.js | 169 ++++++++-
test/runTest/actions/__meta__.json | 1 +
test/runTest/actions/hover-layer.json | 1 +
test/stream-basic.css | 15 +-
test/stream-basic.js | 18 +-
test/stream-basic1.html | 2 +-
test/stream-basic2.html | 4 +-
test/stream-basic3.html | 418 ++++++++++++++++++++++
test/stream-basic4.html | 214 +++++++++++
test/stream-basic5.html | 375 ++++++++++++++++++++
34 files changed, 1997 insertions(+), 103 deletions(-)
create mode 100644 test/hover-layer.html
create mode 100644 test/runTest/actions/hover-layer.json
create mode 100644 test/stream-basic3.html
create mode 100644 test/stream-basic4.html
create mode 100644 test/stream-basic5.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]