HowToMeetYou commented on issue #10086: 折线图 tooltip 溢出边界 可不可以scrollable (How to make the echarts tooltip scrollable? ) URL: https://github.com/apache/incubator-echarts/issues/10086#issuecomment-479409352 可以实现 但是要将tooltips的触发triggerOn改为click 然后tooltips的formatter回调的html中设置height和overflow:scroll 即可实现
---------------------------------------------------------------- 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]
