Commit c5636338 by David Kaltschmidt

Fix strict null error

parent 57a9e422
...@@ -249,7 +249,7 @@ export function dataFrameToLogsModel( ...@@ -249,7 +249,7 @@ export function dataFrameToLogsModel(
export function getSeriesProperties( export function getSeriesProperties(
sortedRows: LogRowModel[], sortedRows: LogRowModel[],
intervalMs: number, intervalMs: number,
absoluteRange: AbsoluteTimeRange, absoluteRange?: AbsoluteTimeRange,
pxPerBar = 20, pxPerBar = 20,
minimumBucketSize = 1000 minimumBucketSize = 1000
) { ) {
......
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