filterMode: 'none' was what I was looking for, thank you

On 2021-11-24 15:20, Yi Shen wrote:
> Hi,
>
> `min`, `max` value is calculated from the filtered data by dataZoom. If you
> want to calculate it from the raw data. You can set filterMode: 'none' in
> dataZoom. Or calculate it by yourself and then giving the x, y value of
> min/max value to the markPoint
>
> Regards
>
> On Wed, Nov 24, 2021 at 6:30 PM nicke <ni...@bliq.se> wrote:
>
>> Yes, not sure that covers markPoints? I would like an option to filter
>> the markPoint (min,max) if the true min max is not visible. But still
>> show the line.
>>
>> On 2021-11-23 03:39, Ovilia wrote:
>>> Markline clipping is under fixing (See
>>> https://github.com/apache/echarts/pull/16026)
>>> You may discuss in more detail under that PR.
>>>
>>> Thanks
>>>
>>> *Ovilia*
>>>
>>>
>>> On Tue, Nov 23, 2021 at 4:23 AM nicke <ni...@bliq.se> wrote:
>>>
>>>> I have markPoints for min and max, when zooming and the whole line is
>>>> not visible, the markPoints show the min/max for the visible part of the
>>>> line.
>>>>
>>>> Is it possible to hide the markPoints instead, if the true min/max is
>>>> not visible?
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
>>>> For additional commands, e-mail: dev-h...@echarts.apache.org
>>>>
>>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
>> For additional commands, e-mail: dev-h...@echarts.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to