there is a bug in the Opsviewgraphs.js
delete the coma on the 534 line ...
530 // overriden because requesting an overlap returns
531 // incorrect max/min/current values for the series tooltip
532 getDataRanges: function() {
533 return this.getRanges();
534 }
535
536 });
hope it helped someone...