mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataFrameJSON: introduce a json format that supports same semantics as arrow (#31010)
This commit is contained in:
@@ -144,7 +144,7 @@ export class LivePanel extends PureComponent<Props, State> {
|
||||
const json = this.props.options?.json;
|
||||
if (json) {
|
||||
const rsp = await channel.publish(json);
|
||||
console.log('GOT', rsp);
|
||||
console.log('onPublishClicked (response from publish)', rsp);
|
||||
} else {
|
||||
console.log('nothing to publish');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user