Commit ef1328bc by Alexander Kryklia

fix

parent ad16c6c6
......@@ -299,10 +299,10 @@ define('Graph', ['logme'], function (logme) {
allParamNames.pop();
if (typeof config.plot.num_points !== 'string') {
logme('ERROR: config.plot.num_points is not a string.');
logme('config.plot.num_points = ', config.plot.num_points);
// logme('ERROR: config.plot.num_points is not a string.');
// logme('config.plot.num_points = ', config.plot.num_points);
return false;
tempNum = plotDiv.width() / 5.0;
}
tempNum = parseInt(config.plot.num_points, 10);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment