srikanthnv / spd-viz

Visualize mobile internet performance
2 stars 0 forks source link

Encode number of measurements at a point independently from RTT of that group #2

Open srikanthnv opened 11 years ago

srikanthnv commented 11 years ago

Right now the radius of all points are equal. The intensity of the heatmap ignores the number of measurements at a point, and only accounts for RTT of the group. THese need to be encoded independently.

HeatmapJS doesn't support this right now. An option is to switch to this: codeflow.org/entries/2013/feb/04/high-performance-js-heatmaps/

drchoffnes commented 10 years ago

Medium priority, along with #11