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

ovilia pushed a change to branch fix-pie-label
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from d820576  fix(pie): simplify code
     add 41e132a  fix(pie): recalculate text width when x changes
     add d999fd1  fix(line): fix bezier cp calculate wrong in monotone smooth
     add efc66bd  Merge pull request #16069 from apache/fix-smooth-monotone
     add 15375ca  fix(dataZoom): optimize dataZoom shadow render performance
     add b1eb944  fix(throttle): clear throttle
     add 2b61e57  Merge pull request #16070 from 
apache/optimize-dataZoom-shadow-performance
     add 46e268f  fix: fitler -> filter typo
     add 790687d  Merge pull request #16090 from vojty/fix-fitler-typo
     add 0bb53b2  chore: use issue form to submit new issue
     add 65e8b65  chore: tweak issue template
     add 0b99272  chore: tweak description in issue form
     add 01a25f4  Merge pull request #16128 from pissang/master
     add 1bda9e5  fix typo
     add e12f8c0  chore: fix typo
     add 05220d8  Merge pull request #16129 from pissang/master
     add 6a94527  chore: tweak issue template description
     add a9b08aa  Merge pull request #16130 from pissang/master
     add 7b21590  chore: tweak issue and pull request template.
     add a93b0e3  Merge pull request #16131 from apache/improve-issue-template
     add ae71ff4  chore: update links in readme
     add 8d9a156  chore: update download link in readme
     add 56fbf07  Merge pull request #16141 from apache/pissang-patch-1
     add 8c7b2ec  Merge branch 'master' into fix-pie-label

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE.md                    |  10 ---
 .github/ISSUE_TEMPLATE/bug_report.yml        | 101 ++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml            |   6 ++
 .github/ISSUE_TEMPLATE/feature_request.yml   |  39 ++++++++++
 .github/pull_request_template.md             |   6 +-
 README.md                                    |  18 ++---
 src/chart/line/poly.ts                       |  10 ++-
 src/chart/pie/labelLayout.ts                 | 100 +++++++++++++-----------
 src/component/axisPointer/BaseAxisPointer.ts |   2 +
 src/component/dataZoom/SliderZoomView.ts     | 111 +++++++++++++++------------
 src/component/dataZoom/roams.ts              |  18 +++--
 src/component/parallel/ParallelView.ts       |   3 +-
 src/util/throttle.ts                         |   2 +
 test/dataZoom-axes.html                      |   4 +-
 test/encode.html                             |   2 +-
 15 files changed, 300 insertions(+), 132 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
 create mode 100644 .github/ISSUE_TEMPLATE/config.yml
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to