DMOAbove opened a new issue, #18501: URL: https://github.com/apache/echarts/issues/18501
### What problem does this feature solve? There is no way as far I could see to have different colors and sizes on the borders, because "borderWidth" and "borderColor" doesn't support arrays to make it fully custom regarding top, bottom, right and left. I wanted to have this legend style so everyone can have an idea:  And for that to be possible we need to be able to set a borderWidth like padding: // Set borderWidth to be 5 (Currently possible) borderWidth : 5 // Set the top and bottom borders to be 5, and left and right borders to be 10 (Missing feature) borderWidth : [5, 10] // Set each of the four borders separately (Missing feature) borderWidth : [ 5, // up 10, // right 5, // down 10, // left ] And borderColor doesnt support an array of colors in the same way as borderWidth. ### What does the proposed API look like? Dunno. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
