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

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


    from dc60bdd61 feat(canvas): update `devicePixelRatio` to prevent chart 
being blurry after resizing (#21489)
     add 06cd2ea5f fixRegression: Fix #21586. (1). Remove some verbose and 
unnecessary code. (2). Remove the breaking change to 
`visualMap[type='continuous'].formatter: function () {}` - not necessary, and 
that breaking change can cause the existing lables display incorrectly when 
labels touch. (3). Switch to a more comprehensive implementation - adjust the 
positions of the two labels to avoid overlap. The previous approach (merging 
two labels) may occupy extra horizontal space and may un [...]
     new 20ecdf4ca Merge pull request #21637 from apache/fix/simplify-21586

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/component/visualMap/ContinuousView.ts      | 185 ++++++++++---------------
 src/component/visualMap/VisualMapModel.ts      |   5 +
 test/runTest/actions/__meta__.json             |   1 +
 test/runTest/actions/visualMap-continuous.json |   1 +
 test/visualMap-continuous.html                 |   9 +-
 5 files changed, 87 insertions(+), 114 deletions(-)
 create mode 100644 test/runTest/actions/visualMap-continuous.json


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

Reply via email to