Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
- create a candle stick series
- Set x axis as time axis.
- set dataZoom
- while zooming candle are touging the axis and going out of the container.
Current Behavior
Expected Behavior
candle data points should be hidden when they touch axis or cross chart grid container.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
6条答案
按热度按时间dgiusagp1#
but still bars are not disappearing and they are going out of the container.
nhhxz33t2#
one option is to use xAxis.data like here
a8jjtwal3#
Hi, Even I am facing the same issue where the bars, candle sticks are coming out of the chart container.
w8f9ii694#
Hi Echarts any update on this ?
yqlxgs2m5#
Hi Echarts any update on this ?
kr98yfug6#
use filterMode
empty
orfilter
instead ofnone
- Demo Code