Skip to content

Commit

Permalink
Enable tooltips for scatter plots.
Browse files Browse the repository at this point in the history
These tooltips behave as in the line charts: when the mouse stops moving for a
couple of seconds the tooltip is triggered.

If there are points close to the mouse pointer, the tooltip displays a
list with the closest point of each series. If the points are too far, the
tooltip is not shown.

The tooltip displays the timestamp that corresponds to the position of
the mouse, and y-value of the closest points.

This commit also enables the scatter plots, since the two issues that
were blocking their release (bug about lack of precision and the absence
of tooltip) have been resolved.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
  • Loading branch information
Rodrigoplp-work committed Feb 3, 2022
1 parent 3b05e98 commit 9525e8d
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 76 deletions.
Loading

0 comments on commit 9525e8d

Please sign in to comment.