Skip to content
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

Open
irawan2018 opened this issue Jan 5, 2019 · 6 comments
Open

Tooltip position and blind spot bugs on realtime chart #24

irawan2018 opened this issue Jan 5, 2019 · 6 comments
Assignees

Comments

@irawan2018
Copy link

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.
image
And tooltip has blind spot if it over of chart area:
image

@seogi1004
Copy link
Contributor

@irawan2018 First, the second issue is to reduce the Key value or increase the chart padding.

@seogi1004
Copy link
Contributor

seogi1004 commented Jan 7, 2019

@irawan2018 The first issue has two workarounds.

If you use the legacy version, please respond as follows.
Please delete the code below.

c.updateWidget (0, {text: "Heat-Map Transaction View (+" + txData.length + ")"});
c.render (true);

If you have the latest version, download the below version.
Fixed bug that incorrectly displays tooltip locations.
https://github.com/juijs/jui-chart/releases/tag/v2.5.2

@seogi1004
Copy link
Contributor

@irawan2018
Please leave the chart related issues in the link below.
https://github.com/juijs/jui-chart/issues

@irawan2018
Copy link
Author

@irawan2018 First, the second issue is to reduce the Key value or increase the chart padding.

Is it possible to set z-index or etc? so tooltip is in upper layer.

@seogi1004
Copy link
Contributor

@irawan2018 There is no z-index concept.
However, it is drawn in order of axis -> brush -> widget.

@seogi1004
Copy link
Contributor

There is also a way to implement it directly as markup rather than using a tooltip widget.

http://chartplay.jui.io/?p=brush_event_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants