barum opened a new issue #16787:
URL: https://github.com/apache/echarts/issues/16787
### What problem does this feature solve?
There should be an a JSON element for tooltip for each data element.
Each data element now has children, label, value, etc.
There should be a option for
on mouseover a box should display with the tool tip.
in addition, the box should stay open until someone closes the box so people
can cut values, click links, etc.
I have not found a way to implement any of the above.
### What does the proposed API look like?
tooltip: {
text:'this is the tooltip',
stayOpen: true
}
--
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]