Hovering over legend items highlights series in graph

This commit is contained in:
Bernerd Schaefer 2013-04-11 18:21:00 +02:00
parent 564633ecbc
commit a7ec43189a
1 changed files with 5 additions and 0 deletions

View File

@ -390,6 +390,11 @@ Prometheus.Graph.prototype.updateGraph = function(reloadGraph) {
graph: self.rickshawGraph
});
var highlighter = new Rickshaw.Graph.Behavior.Series.Highlight( {
graph: self.rickshawGraph,
legend: legend
});
var shelving = new Rickshaw.Graph.Behavior.Series.Toggle({
graph: self.rickshawGraph,
legend: legend