mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
QueryEditors: Refactoring & rewriting out dependency on PanelModel (#29419)
* Removing PanelModel usage from query rows * More work removing dependency on panel model * Before big change to query options * Query options now have no dependency on panel model * Test page is working * Shared query now works again * Rename component * fix after merge * Fixed issue with old angular editors
This commit is contained in:
@@ -132,8 +132,8 @@ export class PanelModel implements DataConfigSource {
|
||||
};
|
||||
fieldConfig: FieldConfigSource;
|
||||
|
||||
maxDataPoints?: number;
|
||||
interval?: string;
|
||||
maxDataPoints?: number | null;
|
||||
interval?: string | null;
|
||||
description?: string;
|
||||
links?: DataLink[];
|
||||
transparent: boolean;
|
||||
|
||||
Reference in New Issue
Block a user