kenarp commented on issue #19287: URL: https://github.com/apache/echarts/issues/19287#issuecomment-1806400412
> Please provide Minimal Reproduction code. Pie charts do not have axes, thus `tooltip.trigger:'axis'` does not apply to them. > > > tooltip triggered by the AxisPointer doesn't have this feature (own border-color based on data) > > Correct. The reason is that there could be many items on the same axis line, each with its own color. The single border color cannot accommodate them all. However, inside axis tooltip there are **marks** colored by the individual data items. I just attached the minimal reproduction link in my original post. The feature I propose is not for Pie charts. The examples I provided are Bar charts in Polar coordinate. And to be more specific, I set the color to be based on 'data' rather than 'series', while I use individual decals to differentiate series. It was in this case, the feature I proposed was needed. -- 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]
