mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Updates azdataGraph version to 0.0.33 (#20028)
This commit is contained in:
@@ -38,7 +38,16 @@ export class AzdataGraphView {
|
||||
) {
|
||||
this._parentContainer.tabIndex = 0;
|
||||
this._diagramModel = this.populate(this._executionPlan.root);
|
||||
this._diagram = new azdataGraph.azdataQueryPlan(this._parentContainer, this._diagramModel, executionPlanNodeIconPaths, badgeIconPaths, collapseExpandNodeIconPaths);
|
||||
|
||||
let queryPlanConfiguration = {
|
||||
container: this._parentContainer,
|
||||
queryPlanGraph: this._diagramModel,
|
||||
iconPaths: executionPlanNodeIconPaths,
|
||||
badgeIconPaths: badgeIconPaths,
|
||||
expandCollapsePaths: collapseExpandNodeIconPaths
|
||||
};
|
||||
this._diagram = new azdataGraph.azdataQueryPlan(queryPlanConfiguration);
|
||||
|
||||
this.setGraphProperties();
|
||||
this.selectElement(this._executionPlan.root);
|
||||
this._cellInFocus = this._diagram.graph.getSelectionCell();
|
||||
|
||||
Reference in New Issue
Block a user