mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix strict null error
This commit is contained in:
parent
57a9e422b0
commit
c563633870
@ -249,7 +249,7 @@ export function dataFrameToLogsModel(
|
||||
export function getSeriesProperties(
|
||||
sortedRows: LogRowModel[],
|
||||
intervalMs: number,
|
||||
absoluteRange: AbsoluteTimeRange,
|
||||
absoluteRange?: AbsoluteTimeRange,
|
||||
pxPerBar = 20,
|
||||
minimumBucketSize = 1000
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user