mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 01:42:29 +08:00
doc: add missing LoadingState.Streaming (#37903)
The final query is missing this and does not work without it.
This commit is contained in:
@ -120,6 +120,7 @@ query(options: DataQueryRequest<MyQuery>): Observable<DataQueryResponse> {
|
|||||||
subscriber.next({
|
subscriber.next({
|
||||||
data: [frame],
|
data: [frame],
|
||||||
key: query.refId,
|
key: query.refId,
|
||||||
|
state: LoadingState.Streaming,
|
||||||
});
|
});
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user