Skip to content

Commit 55c7de7

Browse files
Fixed the issue of displaying 0 when the number is null (#34)
* Fixed the issue of displaying 0 when the number is null * Fixed the issue of displaying 0 when the number is null
1 parent 2193e14 commit 55c7de7

File tree

1 file changed

+1
-0
lines changed
  • connectors/grafana-plugin/pkg/plugin

1 file changed

+1
-0
lines changed

connectors/grafana-plugin/pkg/plugin/plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ func (d *IoTDBDataSource) query(cxt context.Context, pCtx backend.PluginContext,
313313
)
314314
}
315315
}
316+
316317
}
317318

318319
response.Frames = append(response.Frames, frame)

0 commit comments

Comments
 (0)