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

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


    from aff984a  Merge pull request #13013 from plainheart/design-12931
     add 84d4b3f  feat(dataZoom): add brushSelect
     add d330531  fix(dataZoom): optimize brushing interaction
     add 8e27053  feat(state): provide enter/leave state in api
     add 08a965a  feat(dataZoom): add drag zone when using brush in dataZoom
     add cafd98e  fix(dataZoom): put resize handle on top of move handle
     add 09f5550  feat(dataZoom): add icon on move handle
     add 2b6aa05  feat(dataZoom): tweak default style
     add b2ea4c4  fix(dataZoom): enable brushSelect by default. fix dataZoom 
location with move handle.
     add 359a7b3  fix(dataZoom): transparent move handle since it's shown by 
default
     add 4ebc9ef  fix(dataZoom): fix invisible shape not update bug
     add 1accbd0  fix(dataZoom): constraint brush on zoom panel.
     new e416d23  Merge pull request #13025 from apache/datazoom-brush

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/ExtensionAPI.ts                       |   6 +
 src/component/dataZoom/SliderZoomModel.ts |  38 +++-
 src/component/dataZoom/SliderZoomView.ts  | 278 ++++++++++++++++++++++++++----
 src/component/helper/BrushController.ts   |   2 +-
 src/component/visualMap/ContinuousView.ts |  13 +-
 src/echarts.ts                            |  34 +++-
 test/dataZoom-rainfall-inside.html        |   7 +-
 7 files changed, 334 insertions(+), 44 deletions(-)


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

Reply via email to