Results 4 comments of San Leen

@pissang I have tried using `dataZoom` to achieve. #### Problems 1. `filterMode` gets weird > `filterMode: 'filter'` ![_scg10](https://user-images.githubusercontent.com/22147095/153545185-e5adffea-4272-478a-aedf-cad40016f045.gif) > `filterMode: 'weakFilter'` ![_scg11](https://user-images.githubusercontent.com/22147095/153545270-f95d421a-f0f2-48e7-bd9c-e5c7c435e449.gif) 2. Due to the upper and lower restrictions,...

> filterMode: 'weakFilter' can be used with clip: true to get the best result. `clip: true` not work ```typescript ... series: [ { name: 'Dow-Jones index', type: 'candlestick', data: data.values,...