Thursday 27 January 2011

Opsview 3.11 Graphs Error in IE

if you updated opsview to 3.11 release and found out that you suddenly dont have any graphs anymore in IE, but strangely in Firefox or Chrome they works ......

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...