plainheart opened a new issue, #20632: URL: https://github.com/apache/echarts/issues/20632
### What problem does this feature solve? As a supplement of #16315, the angle axis also needs to support `tooltip`. ```js // src/component/axis/AngleAxisView#angelAxisElementsBuilders.axisLabel#287 graphic.setTooltipConfig({ el: textEl, componentModel: angleAxisModel, itemName: labelItem.formattedLabel, formatterParamsExtra: { isTruncated: () => textEl.isTruncated, value: labelItem.rawLabel, tickIndex: idx } }); ``` ### What does the proposed API look like? `angleAxis.tooltip` -- 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: commits-unsubscr...@echarts.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org