-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip position and blind spot bugs on realtime chart #24
Comments
@irawan2018 First, the second issue is to reduce the Key value or increase the chart padding. |
@irawan2018 The first issue has two workarounds. If you use the legacy version, please respond as follows. c.updateWidget (0, {text: "Heat-Map Transaction View (+" + txData.length + ")"});
c.render (true); If you have the latest version, download the below version. |
@irawan2018 |
Is it possible to set z-index or etc? so tooltip is in upper layer. |
@irawan2018 There is no z-index concept. |
There is also a way to implement it directly as markup rather than using a tooltip widget. |
I have added tooltip on realtime chart. But tooltip is moved when render realtime interval.
I think tooltip can be updated when render, but i didn't find to set it.
And tooltip has blind spot if it over of chart area:
The text was updated successfully, but these errors were encountered: