mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
parent
2a1e130000
commit
d95318b325
@ -220,11 +220,11 @@ export class GraphiteDatasource {
|
||||
// exists for the specified range
|
||||
if (roundUp) {
|
||||
if (date.get('s')) {
|
||||
date.add(1, 'm');
|
||||
date.add(1, 's');
|
||||
}
|
||||
} else if (roundUp === false) {
|
||||
if (date.get('s')) {
|
||||
date.subtract(1, 'm');
|
||||
date.subtract(1, 's');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user