This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new 55c7de7 Fixed the issue of displaying 0 when the number is null (#34)
55c7de7 is described below
commit 55c7de7dba60722933ab6c20dc5c3290c86f93a1
Author: CloudWise-Lukemiao <[email protected]>
AuthorDate: Wed Dec 18 15:52:59 2024 +0800
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
---
connectors/grafana-plugin/pkg/plugin/plugin.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/connectors/grafana-plugin/pkg/plugin/plugin.go
b/connectors/grafana-plugin/pkg/plugin/plugin.go
index e0dba02..a65e987 100644
--- a/connectors/grafana-plugin/pkg/plugin/plugin.go
+++ b/connectors/grafana-plugin/pkg/plugin/plugin.go
@@ -313,6 +313,7 @@ func (d *IoTDBDataSource) query(cxt context.Context, pCtx
backend.PluginContext,
)
}
}
+
}
response.Frames = append(response.Frames, frame)