How to implement a real time chart whose touch gesture is updated in tooltip and toched spot even when the mouse cursor is not moving #1415
universal-101
started this conversation in
General
Replies: 1 comment
-
It is a bug actually, when the chart's data is changed, we need to respond to the touch event again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, As the title suggests, I've a real time data coming from socket, which I want to plot with tool tips. I'm first trying my hand at the fl_chart example project, specifically line chart sample 10, as it is closest to what I want to implement.
Currently, the behavior is as shown here in gif. But, how to make the tool tip and touched spot follow the cursor position when the data is being added. Basically, the touched spot and tool tip only updates when i move the mouse cursor and do not update their position when the data is updated in the chart.
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions