You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/10/20 02:45:53 UTC

[echarts] branch fix-yaxis-max updated (052d8ce -> 309849b)

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

wangzx pushed a change to branch fix-yaxis-max
in repository https://gitbox.apache.org/repos/asf/echarts.git.


 discard 052d8ce  fix(axis): fix that line & bar charts render abnormally when `yAxis.max` is set to be a value less than the min value of the series data.
    omit 3484439  Merge pull request #15848 from apache/revert-15535-line-click
    omit 27b2398  Revert "Feat(line): event on whole line"
    omit 703086e  Merge pull request #15846 from apache/optimize-code
    omit ead64f7  style: optimize symbol visual code
    omit b5d315c  Merge pull request #15767 from apache/revert-default-line-bolder
    omit 0292e76  revert(line): revert the default design "make line bolder in the empahsis state".
    omit 47f7741  Merge pull request #15746 from apache/release
    omit 4d55a6a  Merge pull request #15727 from apache/master
    omit d534395  Merge pull request #15662 from apache/master
    omit 9226bab  Merge pull request #15535 from susiwen8/line-click
    omit 812dac2  Feat(line): click event on whole line
     add bc764f8  chore: update download links in announcement email template
     add 7b5c6bb  chore: fix http link
     add d64dc92  Merge pull request #15761 from apache/update-announce-tpl
     add b78d0af  Merge pull request #15762 from apache/release
     add 04b2d1d  fix(aria): fix aria label with dataset #15734
     add 4a8a7f5  Merge pull request #15777 from apache/fix-aria
     add f38c6aa  Fix a few typos (unkown -> unknown)
     add df2f676  Merge pull request #15808 from johanvdw/fixtypos
     add aecf267  fix: un-deprecate getTextRect #15823
     add 7c1e61b  Merge pull request #15835 from apache/fix-getTextRect
     add 9d15015  chore: fix version patch number of next build
     add 8540d3c  Merge pull request #15853 from apache/fix-next-build
     add 0ef8c6c  feat(i18n): add Russian translation
     add 4dde106  Merge pull request #15867 from finkrer/russian_translation
     add 2f7c6fe  fix(tooltip): format boolean in value #15809
     add c285682  fix(tooltip): simplify logic
     add cd782ab  Merge pull request #15869 from apache/fix-15809
     add 91d2e2c  feat(i18n) Polish localization
     add d3f5cfb  Merge pull request #15891 from CaelumNigre/PL-localization
     add 10093aa  Feat(line): mouse event on polyline and polygon
     add d3987e2  chore: use native EChart event
     add 2735834  chore: remove useless code
     add 1005b8c  Merge branch 'master' into line-event
     add ff7d7c0  Feat(line): add `enableLineEvent` to control event
     add c803311  chore: rename variable
     add 2250b5a  chore: use `seriesIndex`
     add f73e6e0  Merge pull request #15847 from susiwen8/line-event
     add 309849b  fix(axis): charts render abnormally when `yAxis.max` is set to be a value less than the min value of the series data.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (052d8ce)
            \
             N -- N -- N   refs/heads/fix-yaxis-max (309849b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/source-release.yml               |   2 +-
 build/prepareNightly.js                            |   1 +
 build/source-release/template/announce-release.tpl |   6 +-
 dist/echarts.js                                    |  12 +-
 src/chart/line/LineSeries.ts                       |  15 ++-
 src/chart/line/LineView.ts                         |  36 ++++--
 src/chart/line/install.ts                          |   1 -
 src/chart/treemap/Breadcrumb.ts                    |   2 +-
 src/i18n/langPL.ts                                 | 142 ++++++++++++++++++++
 src/i18n/langRU.ts                                 | 143 +++++++++++++++++++++
 src/legacy/getTextRect.ts                          |   2 -
 src/model/Model.ts                                 |   2 +-
 src/model/mixin/dataFormat.ts                      |   2 +-
 src/util/format.ts                                 |   2 +
 src/visual/aria.ts                                 |   8 +-
 src/visual/symbol.ts                               | 115 ++++++++++-------
 test/aria-pie.html                                 |  26 +++-
 test/axis-filter-extent2.html                      |   2 +-
 test/{allZero.html => polyline-gon-event.html}     |  43 ++++---
 test/tooltip-axisPointer2.html                     |  19 ++-
 20 files changed, 481 insertions(+), 100 deletions(-)
 create mode 100644 src/i18n/langPL.ts
 create mode 100644 src/i18n/langRU.ts
 copy test/{allZero.html => polyline-gon-event.html} (66%)

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