dispatchAction legendSelect无效 #3364

@shikelong

Description

问题简述 (One-line summary)

dispatchAction legendSelect事件。无反应。
dispatchAction highlight可以起作用。

版本及环境 (Version & Environment)

  • ECharts 版本 (ECharts version): 3.1.10
  • 浏览器类型和版本 (Browser version): chrome 50
  • 操作系统类型和版本 (OS Version): windows 10
  • 重现步骤 (Steps to reproduce)

  • 点击按钮 调用dispatchAction方法来dispatch legendSelect事件
  • 发现没有任何改变
  • 期望结果 (Expected behaviour)

  • 相应的legend被选中 显示出emphasis的样式
  • 可能哪里有问题 (What went wrong)

    已经引入了legend组件并且使用了legend.

    ECharts配置项 (ECharts option)

    请见下方jsbin

    其他信息 (Other comments)

    http://jsbin.com/tezevin/edit?html,js,output

    Regards