Chart in Tooltip?

Hello, Is it possible to render a chart in a tooltip? If it is, could someone please point me to an example or docs on the matter? Searching the forum came up empty.
Thanks

  • SrvrSide

Guess it’s not possible…

It is possible technically. You can place an HTML div in a tooltip, and later, initialize any component inside of tooltip.

Still it is not recommended to use this approach, instead of it, you can try to create a popup with chart inside and show it from onMouseMove event of related component.

Thank you for the suggestion Maksim