apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.63k stars 19.61k forks source link

bar series itemstyle color 动态刷新时鼠标放置的那一个柱颜色不变 #9851

Closed duzongbo closed 3 years ago

duzongbo commented 5 years ago

General Questions

Issue Type

Issue Details

bar series itemstyle color 动态刷新时鼠标放置的那一个柱颜色不变,每间隔一分钟刷新一条新数据,每条数据单独设置颜色 即:series:[{ data:[{ value:1, itemStyle:{ color:'red' } },{ value:1, itemStyle:{ color:'green' } }]

}] 将鼠标放在最后一个柱上,刷新数据 series:[{ data:[{ value:1, itemStyle:{ color:'red' } },{ value:1, itemStyle:{ color:'red' } }]

}] 切望颜色都是红色,但是颜色是绿、红

Expected Behavior

切望颜色都是红色,但是颜色是绿、红

Current Behavior

Online Example

Topics

Anything Else We Need to Know

Environment

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!