mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Snapshots: Fixes so that dashboard snapshots show data when using Stat, Gauge, BarGauge or Table panels (#29031)
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
DataConfigSource,
|
||||
DataLink,
|
||||
DataQuery,
|
||||
DataQueryResponseData,
|
||||
DataTransformerConfig,
|
||||
eventFactory,
|
||||
FieldColorConfigSettings,
|
||||
@@ -24,6 +23,7 @@ import {
|
||||
ThresholdsMode,
|
||||
EventBusExtended,
|
||||
EventBusSrv,
|
||||
DataFrameDTO,
|
||||
} from '@grafana/data';
|
||||
import { EDIT_PANEL_ID } from 'app/core/constants';
|
||||
import config from 'app/core/config';
|
||||
@@ -129,7 +129,7 @@ export class PanelModel implements DataConfigSource {
|
||||
thresholds?: any;
|
||||
pluginVersion?: string;
|
||||
|
||||
snapshotData?: DataQueryResponseData[];
|
||||
snapshotData?: DataFrameDTO[];
|
||||
timeFrom?: any;
|
||||
timeShift?: any;
|
||||
hideTimeOverride?: any;
|
||||
|
||||
Reference in New Issue
Block a user