You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/01/05 07:34:35 UTC

[GitHub] [incubator-echarts] heaven2049 edited a comment on issue #10345: 漏斗图不支持更改高亮样式

heaven2049 edited a comment on issue #10345: 漏斗图不支持更改高亮样式
URL: https://github.com/apache/incubator-echarts/issues/10345#issuecomment-570885819
 
 
   > > > @heaven2049 Could you make a PR to correct it?
   > > 
   > > 
   > > Sorry, this is my first time viewing echarts source code, I can't confirm this is a documentation issue or a code issue at this moment, but I think it's a code issue.
   > 
   > @heaven2049 Ok, but if you found something, please feel free to make a PR.
   
   Due to file: `src/chart/funnel/FunnelView.js`, `updateData` function, line 105
   `polygon.hoverStyle = itemStyleModel.getModel('emphasis').getItemStyle();`
   I think this line should be like this:
   `polygon.hoverStyle = itemModel.getModel('emphasis').getItemStyle();`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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