yaoyuan-bj opened a new issue #13209:
URL: https://github.com/apache/incubator-echarts/issues/13209


   我使用dataset设置了一组数据,其中包括了x轴、y轴以及其他一些分类值。series.type= 
'line"。当使用分类值,在visualMap中进行过滤时,只有border改变了,但是line和areaStyle都没有变化。
   
我希望是,将x,y之外的维度数据作为过滤条件,对series整条数据进行过滤。该功能类似于legend,但legend会隐藏数据,我只是希望series高亮显示而不是隐藏。
   
我尝试如果series.type="bar",条件满足之后,bar可以整体过滤。type=“line"时,只能过滤数据点的border,各数据点的连线和面都不能过滤。我查询了大量示例,一般都是对x或是y数据进行过滤,没有类似整条series过滤。
   示例见 https://gallery.echartsjs.com/editor.html?c=xY8wfx9EtC&v=1
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to