cuijian-dexter edited a comment on issue #9900: Problem with bar chart borders URL: https://github.com/apache/incubator-echarts/issues/9900#issuecomment-462600286 You should set `barBorderColor `instead of `borderColor` ``` function getDataItemStyle(isSelected: boolean) { if(isSelected) { const borderProps = { barBorderColor: "#ff0000" }; return {opacity: 1, ...borderProps} } else { return {opacity: 0.5} } } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
