You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/09/23 05:38:03 UTC

[echarts] branch master updated (9c007664e -> 583711e95)

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

ovilia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from 9c007664e Merge pull request #17606 from apache/fix-lint
     new a051e30b6 fix: markArea of bar series now covers whole category
     new 27c69b01e fix lint error
     new 8b8e1662b Merge branch 'master' of https://github.com/apache/echarts into issue#17021
     new 6dbd5df64 New testcase added
     new b47d05673 fix: markPoint now can show normally
     new 5186308c1 fix lint error
     new 70db7c6fc chore: resolve conflict
     new 583711e95 Merge pull request #17098 from jiawulin001/issue#17021

The 8856 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/bar/BaseBarSeries.ts       |  33 +++++--
 src/component/marker/MarkAreaView.ts |  25 ++++-
 src/coord/CoordinateSystem.ts        |   2 +
 src/model/Series.ts                  |   6 +-
 test/bar-markArea.html               | 184 +++++++++++++++++++++++++++++++++++
 5 files changed, 240 insertions(+), 10 deletions(-)
 create mode 100644 test/bar-markArea.html


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