healthforge / hackday-nhs-14may2016

Blood results visualisation from NHS Hackday 13 (May 2016)
http://bloodflow.lfrg.uk/
Apache License 2.0
2 stars 3 forks source link

Hovering of the column highlights the point on the trendline and vice versa : Tabular View #17

Open wai2k opened 8 years ago

wai2k commented 8 years ago

If on the tabular view, you hover over the column, it show the positiion of that column on the trendlines.

The reverse also holds true, the column will change colour when the mouse hovers over the appropriate point on on the trendline.

jam13 commented 8 years ago

This is a good idea, and I'm half way towards it now that I've got all the graph hovers working together. Will take a bit of time working out how to deal with the missing and multiple values per day though.

jam13 commented 8 years ago

Sparkline hover now highlights table column. It's tricky to do the reverse due to the fact that there are multiple values per cell, so I leave it at that for now.