Save charting state in SQL notebooks. (#9789)

This commit is contained in:
Cory Rivera
2020-03-30 16:48:28 -07:00
committed by GitHub
parent bb135d6c67
commit d363ea33b5
10 changed files with 123 additions and 53 deletions

3
src/sql/azdata.d.ts vendored
View File

@@ -4678,6 +4678,9 @@ declare module 'azdata' {
export interface ICellOutput {
output_type: OutputTypeName;
metadata?: {
azdata_chartOptions?: any;
}
}
/**