yang201806 opened a new issue #15577:
URL: https://github.com/apache/echarts/issues/15577


   ### Version
   5.0.2
   
   ### Steps to reproduce
   官网文档如下
   
   // 如果要高亮系列:
   dispatchAction({
       type: 'highlight',
   
       // 用 index 或 id 或 name 来指定系列。
       // 可以使用数组指定多个系列。
       seriesIndex?: number | number[],
       seriesId?: string | string[],
       seriesName?: string | string[],
   
       // 数据项的 index,如果不指定也可以通过 name 属性根据名称指定数据项
       dataIndex?: number | number[],
       // 可选,数据项名称,在有 dataIndex 的时候忽略
       name?: string | string[],
   });
   
   我测试也下
   dispatchAction({
       type: 'highlight',
       seriesName:["系列1","系列2"]
   });
   
   ### What is expected?
   预期:系列1和系列2都高亮
   
   ### What is actually happening?
   只有 “系列2” 高度了
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to