helgasoft commented on issue #19293: URL: https://github.com/apache/echarts/issues/19293#issuecomment-1808777147
A very cautious opinion since I'm not familiar with TypeScript. And a question for the developers. The error says _"'tooltip' does not exist in type 'OptionDataValueNumeric[] | PieDataItemOption'"_. Seems to me that _tooltip_ has never been implemented in _pie.data_. Shouldn't it be in **PieStateOption**, since PieDataItemOption extends PieStateOption ? https://github.com/apache/echarts/blob/fd9e62d7fdd88e95ddaf3c371353e8f6ca7d9e6a/src/chart/pie/PieSeries.ts#L59 -- 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]
