mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add Plotly output support to notebooks
With this change, Plotly types will be successfully rendered in a Notebook. Currently they have a default width of 700px with a scrollbar if the window size is smaller (this matches other notebook viewers). The Plotly library is dynamically required to avoid startup time perf hits. This is something we could look at for other components too.
This commit is contained in:
1
src/typings/index.d.ts
vendored
1
src/typings/index.d.ts
vendored
@@ -19,3 +19,4 @@
|
||||
/// <reference path="modules/html-query-plan/index.d.ts" />
|
||||
/// <reference path="modules/ng2-charts/index.d.ts" />
|
||||
/// <reference path="modules/rxjs/index.d.ts" />
|
||||
/// <reference path="modules/@types/plotly.js-dist/index.d.ts" />
|
||||
|
||||
1423
src/typings/modules/@types/plotly.js-dist/index.d.ts
vendored
Normal file
1423
src/typings/modules/@types/plotly.js-dist/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user