ImageRendering: Fix rendering panel using shared query in png, PDF reports and embedded scenarios (#27628)

* ImageRendering: Fixed issue rendering panel using shared query

* Fixed spelling
This commit is contained in:
Torkel Ödegaard
2020-09-17 07:35:24 +02:00
committed by GitHub
parent 078eb3c728
commit c450ffd711
4 changed files with 22 additions and 3 deletions

View File

@@ -116,7 +116,6 @@ export class PanelModel implements DataConfigSource {
collapsed?: boolean;
panels?: any;
soloMode?: boolean;
targets: DataQuery[];
transformations?: DataTransformerConfig[];
datasource: string | null;
@@ -142,6 +141,7 @@ export class PanelModel implements DataConfigSource {
isViewing: boolean;
isEditing: boolean;
isInView: boolean;
hasRefreshed: boolean;
events: Emitter;
cacheTimeout?: any;