mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: removed console logs
This commit is contained in:
parent
1bf1469c80
commit
88bbc720ca
@ -185,10 +185,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
|
||||
}
|
||||
|
||||
if (data.length && data[0].stats.timeStep) {
|
||||
console.log('timeStep', data[0].stats.timeStep);
|
||||
console.log('timeStep2', data[1].stats.timeStep);
|
||||
options.series.bars.barWidth = data[0].stats.timeStep / 1.5;
|
||||
console.log('barWidth', data[1].stats.timeStep);
|
||||
}
|
||||
|
||||
addTimeAxis(options);
|
||||
|
Loading…
Reference in New Issue
Block a user