You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/24 02:50:33 UTC

[GitHub] [echarts] susiwen8 commented on a diff in pull request #17278: feat(dataZoom): `valueRange` for `dataZoom` event

susiwen8 commented on code in PR #17278:
URL: https://github.com/apache/echarts/pull/17278#discussion_r905675325


##########
src/component/dataZoom/SliderZoomView.ts:
##########
@@ -816,6 +817,7 @@ class SliderZoomView extends DataZoomView {
                         start: range[0], end: range[1]
                     }).valueWindow
                     : axisProxy.getDataValueWindow();
+                this._valueRange = dataInterval;

Review Comment:
   No, I will rearrage it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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