Skip to content

Commit 5b88972

Browse files
made hovering over the graph 'bit more responsive
1 parent ccd1210 commit 5b88972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 129
2+
# version 131
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

js/plot_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $(plot_holder).bind("plothover", function (event, pos, item) {
127127
plot.lockCrosshair();
128128
plot.setCrosshair(pos);
129129
if (!updateLegendTimeout) {
130-
updateLegendTimeout = setTimeout(updateLegend, 100);
130+
updateLegendTimeout = setTimeout(updateLegend, 40);
131131
}
132132
});
133133

0 commit comments

Comments
 (0)