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/07/16 05:33:37 UTC

[incubator-echarts] branch state updated (cf37493 -> 12bffab)

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

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


    from cf37493  fix(tree): fix unexpected highlight when focus descendant.
     add 12bffab  feat(state): support blur scope to be coordinateSystem

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/PictorialBarView.ts          |   2 +-
 src/component/helper/BrushTargetManager.ts |   2 +-
 src/coord/CoordinateSystem.ts              |   6 +
 src/coord/cartesian/Cartesian2D.ts         |   6 +-
 src/coord/cartesian/Grid.ts                |  10 +-
 src/coord/cartesian/prepareCustom.ts       |   2 +-
 src/layout/barGrid.ts                      |   2 +-
 src/util/states.ts                         |  22 +-
 test/hoverFocus2.html                      | 330 +++++++++++++++++++++++++++++
 9 files changed, 367 insertions(+), 15 deletions(-)
 create mode 100644 test/hoverFocus2.html


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