@@ -279,6 +279,9 @@ define('Graph', ['logme'], function (logme) {
logme('ERROR: could not create a function from the string "'+config.plot.xrange.min+'" for xrange.min.');
logme('Error message: "'+err.message+'"');
$('#'+gstId).html('<div style="color: red;">'+'ERROR IN XML: Could not create a function from the string "'+config.plot.xrange.min+'" for xrange.min.'+'</div>');
@@ -290,6 +293,9 @@ define('Graph', ['logme'], function (logme) {
logme('ERROR: could not create a function from the string "'+config.plot.xrange.max+'" for xrange.max.');
logme('Error message: "'+err.message+'"');
$('#'+gstId).html('<div style="color: red;">'+'ERROR IN XML: Could not create a function from the string "'+config.plot.xrange.max+'" for xrange.max.'+'</div>');