mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -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:
@@ -106,6 +106,14 @@ export class Taskbar {
|
||||
this.actionBar.setAriaLabel(label);
|
||||
}
|
||||
|
||||
public length(): number {
|
||||
return this.actionBar.length();
|
||||
}
|
||||
|
||||
public pull(index: number) {
|
||||
this.actionBar.pull(index);
|
||||
}
|
||||
|
||||
/**
|
||||
* Push HTMLElements and icons for IActions into the ActionBar UI. Push IActions into ActionBar's private collection.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user