mlaffargue commented on issue #9552: URL: https://github.com/apache/echarts/issues/9552#issuecomment-2268541795
Even if it should be the default value as stated in the ([documentation](https://echarts.apache.org/en/option.html#legend.itemStyle.borderType)), forcing the legend itemStyle to inherit will make dashes appear. ``` legend: { show: true, data: ['serie1'], itemStyle: { borderType: 'inherit' // Should be the default value } },... series: [{ name: "serie1", itemStyle: { borderType: 'dashed' },... ``` -- 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]
