-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Description
Version
5.5.0
Link to Minimal Reproduction
Steps to Reproduce
itemStyle is ignored from a dataset
dataset example:
series data example:
workaround
https://echarts.apache.org/examples/en/editor.html?c=bar-y-category-stack&code=PYBwLglsB2AEC8sDeAoWsCGAnCGBcya6sAptBgEYA2JAJgWFgK4kA0R6tJAxhlQUlgBnABbAA7g2ZtYXXlSEEA2oKEBPALYVg_WAHJoMEntgBfVsmGbtuvY1zQA5jROmAumaLmitDGAxCJGACHMLATFjcJMqh6ILkGtH6RnoWAG58LAQAjGbsxMTxGIkEduLAqbAZVFmwuaahbl75wiQ4JIqwSqGoBehgaiBJeiAQxqEN6E2mANxAA
This workaround was taken from https://stackoverflow.com/questions/77321155/customising-item-style-of-a-specific-item-of-the-series-using-dataset-property-i
Current Behavior
Currently the itemStyle is ignored if you are using a dataset.
Expected Behavior
Ideally itemStyle would not be ignored and I could use this same itemStyle across multiple series that use this datasource. There is a workaround, I want to confirm if that is the recommended approach or if this is indeed an issue?
Environment
- OS:
- Browser:
- Framework:Any additional comments?
No response