will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Chart datapoints need tooltips #6

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

will-hart commented 10 years ago

Resolved in prior change - cursor over pops up HTML tooltip


Original Comment By: Will Hart

will-hart commented 10 years ago

Could potentially do a "cursor" line which drags across the graph surface and displays current values in the legend section?

Would require d3.scale.invert to get chart values from screen coordinates and supposedly bisect


Original Comment By: Will Hart

will-hart commented 10 years ago

Build a tooltip - re #6, however need chart circles to continue

→ <<cset 8c642c62db33>>


Original Comment By: Will Hart