// console.log('row = ' + row + ', x = ' + x + ', t = ' + t + ' ' + ((t === x)?'SAME':(Math.abs(x-t)<=state.data_update_every)?'SIMILAR':'DIFFERENT') + ', rows in db: ' + state.data_points + ' visible(x) = ' + state.timeIsVisible(x) + ' visible(t) = ' + state.timeIsVisible(t) + ' r(x) = ' + state.calculateRowForTime(x) + ' r(t) = ' + state.calculateRowForTime(t) + ' range: ' + state.data_after + ' - ' + state.data_before + ' real: ' + state.data.after + ' - ' + state.data.before + ' every: ' + state.data_update_every);
// ----------------------------------------------------------------------------
// You can set the following variables before loading this script:
/*global netdataNoDygraphs *//* boolean, disable dygraph charts
/*global netdataNoSparklines *//* boolean, disable sparkline charts
/*global netdataNoPeitys *//* boolean, disable peity charts
/*global netdataNoGoogleCharts *//* boolean, disable google charts
/*global netdataNoMorris *//* boolean, disable morris charts
/*global netdataNoEasyPieChart *//* boolean, disable easypiechart charts
/*global netdataNoGauge *//* boolean, disable gauge.js charts
/*global netdataNoD3 *//* boolean, disable d3 charts
/*global netdataNoC3 *//* boolean, disable c3 charts
/*global netdataNoBootstrap *//* boolean, disable bootstrap - disables help too
/*global netdataDontStart *//* boolean, do not start the thread to process the charts
/*global netdataErrorCallback *//* function, callback to be called when the dashboard encounters an error
/*global netdataRegistry:true *//* boolean, use the netdata registry
/*global netdataNoRegistry *//* boolean, included only for compatibility with existing custom dashboard
* (obsolete - do not use this any more) */
/*global netdataRegistryCallback *//* function, callback that will be invoked with one param: the URLs from the registry
/*global netdataShowHelp:true *//* boolean, disable charts help
/*global netdataShowAlarms:true *//* boolean, enable alarms checks and notifications
/*global netdataRegistryAfterMs:true *//* ms, delay registry use at started
/*global netdataCallback *//* function, callback to be called when netdata is ready to start
* netdata will be running while this is called
* (call NETDATA.pause to stop it) */