mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelRenderer: Improves PanelRenderer performance (#51092)
* PanelRenderer: Improves PanelRenderer performance * Minor refactor * remove old func
This commit is contained in:
@@ -375,4 +375,8 @@ export class PanelPlugin<
|
||||
getSuggestionsSupplier(): VisualizationSuggestionsSupplier | undefined {
|
||||
return this.suggestionsSupplier;
|
||||
}
|
||||
|
||||
hasPluginId(pluginId: string) {
|
||||
return this.meta.id === pluginId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user