You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/29 03:24:01 UTC

[incubator-echarts] branch release updated (a195480 -> f995676)

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from a195480  Merge pull request #13490 from apache/feat-decal
     add 3668e0a  fix(state): fix focus may not be able to reset bug.
     add c2211f0  fix(line): fix symbol still has animation when disabled bug.
     add 21d0a3a  test: fix some outdated recorded interaction
     new f995676  Merge pull request #13506 from apache/fix-test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chart/line/LineView.ts                    |  2 +-
 src/util/states.ts                            |  5 ++++-
 test/custom-hexbin.html                       |  8 ++++----
 test/graph.html                               | 12 ++++++++----
 test/hoverStyle.html                          |  4 ++--
 test/runTest/actions/__meta__.json            | 20 ++++++++++----------
 test/runTest/actions/appendData.json          |  2 +-
 test/runTest/actions/axis-interval2.json      |  2 +-
 test/runTest/actions/brush.json               |  2 +-
 test/runTest/actions/calendar-month.json      |  2 +-
 test/runTest/actions/clip.json                |  2 +-
 test/runTest/actions/color-mix-aqi.json       |  2 +-
 test/runTest/actions/connect-dynamic.json     |  2 +-
 test/runTest/actions/connect.json             |  2 +-
 test/runTest/actions/connect2.json            |  2 +-
 test/runTest/actions/custom-hexbin.json       |  2 +-
 test/runTest/actions/dataZoom-action.json     |  2 +-
 test/runTest/actions/dataZoom-axes.json       |  2 +-
 test/runTest/actions/dataZoom-rainfall.json   |  2 +-
 test/runTest/actions/dataZoom-scatter-hv.json |  2 +-
 test/runTest/actions/dataZoom-toolbox.json    |  2 +-
 test/runTest/actions/geo-map.json             |  2 +-
 test/runTest/actions/getOption.json           |  2 +-
 test/runTest/actions/heatmap.json             |  2 +-
 test/runTest/actions/homepage3.json           |  2 +-
 test/runTest/actions/hoverStyle.json          |  2 +-
 test/runTest/actions/legend.json              |  2 +-
 test/runTest/actions/mapWorld.json            |  2 +-
 test/runTest/actions/markArea.json            |  2 +-
 test/runTest/actions/pie-calculable.json      |  2 +-
 test/runTest/actions/scatter-single-axis.json |  2 +-
 test/runTest/client/client.js                 |  4 +---
 test/runTest/server.js                        |  4 ++--
 33 files changed, 57 insertions(+), 52 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[incubator-echarts] 01/01: Merge pull request #13506 from apache/fix-test

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit f9956766417d3f92984f2832b39fa634542cfa70
Merge: a195480 21d0a3a
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Oct 29 11:23:15 2020 +0800

    Merge pull request #13506 from apache/fix-test
    
    test: Fix outdated recorded interactions in visual regression tests

 src/chart/line/LineView.ts                    |  2 +-
 src/util/states.ts                            |  5 ++++-
 test/custom-hexbin.html                       |  8 ++++----
 test/graph.html                               | 12 ++++++++----
 test/hoverStyle.html                          |  4 ++--
 test/runTest/actions/__meta__.json            | 20 ++++++++++----------
 test/runTest/actions/appendData.json          |  2 +-
 test/runTest/actions/axis-interval2.json      |  2 +-
 test/runTest/actions/brush.json               |  2 +-
 test/runTest/actions/calendar-month.json      |  2 +-
 test/runTest/actions/clip.json                |  2 +-
 test/runTest/actions/color-mix-aqi.json       |  2 +-
 test/runTest/actions/connect-dynamic.json     |  2 +-
 test/runTest/actions/connect.json             |  2 +-
 test/runTest/actions/connect2.json            |  2 +-
 test/runTest/actions/custom-hexbin.json       |  2 +-
 test/runTest/actions/dataZoom-action.json     |  2 +-
 test/runTest/actions/dataZoom-axes.json       |  2 +-
 test/runTest/actions/dataZoom-rainfall.json   |  2 +-
 test/runTest/actions/dataZoom-scatter-hv.json |  2 +-
 test/runTest/actions/dataZoom-toolbox.json    |  2 +-
 test/runTest/actions/geo-map.json             |  2 +-
 test/runTest/actions/getOption.json           |  2 +-
 test/runTest/actions/heatmap.json             |  2 +-
 test/runTest/actions/homepage3.json           |  2 +-
 test/runTest/actions/hoverStyle.json          |  2 +-
 test/runTest/actions/legend.json              |  2 +-
 test/runTest/actions/mapWorld.json            |  2 +-
 test/runTest/actions/markArea.json            |  2 +-
 test/runTest/actions/pie-calculable.json      |  2 +-
 test/runTest/actions/scatter-single-axis.json |  2 +-
 test/runTest/client/client.js                 |  4 +---
 test/runTest/server.js                        |  4 ++--
 33 files changed, 57 insertions(+), 52 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org