mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Charting actions (#2411)
* working on adding charts * working on chart options * adding image and table insight * add chart viewing and handle a bunch of small bugs * formatting * add actions to chart viewer * formatting * remove unimplemented function
This commit is contained in:
@@ -127,7 +127,6 @@ export class QueryResultsView {
|
||||
public chartData(dataId: { resultId: number, batchId: number }): void {
|
||||
if (!this._panelView.contains(this.chartTab)) {
|
||||
this._panelView.pushTab(this.chartTab);
|
||||
this.resultsTab.view.hideResultHeader();
|
||||
}
|
||||
|
||||
this._panelView.showTab(this.chartTab.identifier);
|
||||
|
||||
Reference in New Issue
Block a user