San Leen
San Leen
@pissang I have tried using `dataZoom` to achieve. #### Problems 1. `filterMode` gets weird > `filterMode: 'filter'`  > `filterMode: 'weakFilter'`  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,...