Jivanvl opened a new issue #10202: Add tooltip and tooltip formatting options for the features api inside the toolbox component URL: https://github.com/apache/incubator-echarts/issues/10202 ### What problem does this feature solve? It allows for the toolbox features names to have tooltip formats in the same fashion as some chart types, for example: https://echarts.apache.org/option.html#series-heatmap.tooltip ### What does the proposed API look like? ``` feature: { saveAsImage: { tooltip: { position: ..., formatter: ..., backgroundColor: ..., borderColor: ..., borderWidth: ..., padding: ..., textStyle: ..., extraCSSText: ..., } } } ``` <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
