Trigger event highlight listeners
Reported by Jonathan Lister | September 28th, 2010 @ 07:54 AM | in 0.8
On any of these actions:
- clicking a blob on the heatmap (selected event is first in the stream, ordered by event's primary time, whichever that turns out to be)
- clicking an event on the diff-list
Comments and changes to this ticket
-

Jonathan Lister September 30th, 2010 @ 08:27 PM
- State changed from new to resolved
- Milestone order changed from 11 to 0
Has exposed a weakness in the current set up:
- because my blob-creating method takes an array of values to use for the size of the circles, and because there are 3 Raphael objects for each blob (circle, label and clickable area), there is no direct connection between a table row and a blob.
- also, they are created in different methods, so it's not trivial to make the blob a property of the row
I think in another version, I'd change the way the heatmap is rendered so that the data array is created on the fly, and there is a more transparent object that stores pointers to the actual blobs, so that they are easily accessible.
-

Jonathan Lister September 30th, 2010 @ 08:42 PM
Due to fixing #60, I've put the circle as a property on each cluster, so that makes it a bit easier to lookup which circle belongs to which cluster. The whole thing could still do with some trimming.
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
- Nobody is watching this ticket.
