-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
display a tooltip (successes/attempts) when the user hovers over a certain point on the graph.
see if that is possible with the line, or if for each player, a point should be added
if points are added, see here to try and omit lines where they should not be (player has not had actions, in the data this is shown as "")
.defined(function(d) { return d.y; }) // Omit empty values.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request