[Feature] Border styles in "inBrush" and "outOfBrush" options #19595
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
What problem does this feature solve?
brush
feature.(For example: bars that are "brushed-in" can have border but the bars "brushed-out" do not have any border)
Currently:
Currently, it is only possible to configure following options: https://echarts.apache.org/en/option.html#brush.inBrush
Custom styling of the border is possible when using simple selection. For example:
However, the same (or similar) behaviour is not possible when using
brush
with the optionsinBrush
andoutOfBrush
.What does the proposed API look like?
Add following properties to the
inBrush
andoutOfBrush
options:The types are the same as in the
select.itemStyle
option.The text was updated successfully, but these errors were encountered: