huww98 / TimeChart

An chart library specialized for large-scale time-series data, built on WebGL.
https://huww98.github.io/TimeChart
MIT License
365 stars 31 forks source link

Tooltips #17

Closed debevv closed 2 years ago

debevv commented 3 years ago

Hi, does the library support hover tooltips? I'm asking because I read this line in the readme:

name (string): The name of the series. Will be shown in legend and tooltips.

but I don't see any tooltip on mouse hover. Is there any non-documented option to enable them maybe?

Thanks in advance

huww98 commented 3 years ago

No, tooltips is still on the to-do list. thanks for your interest.

huww98 commented 2 years ago

Basic tooltip support is added. Also, users can build their own tooltip plugin.