mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
[ADS Web] Fix Plotly notebook rendering issue (#15948)
* fix Plotly render issue
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
'jschardet': `${window.location.origin}/static/remote/web/node_modules/jschardet/dist/jschardet.min.js`,
|
||||
'turndown': `${window.location.origin}/static/remote/web/node_modules/turndown/lib/turndown.browser.umd.js`,
|
||||
'mark.js': `${window.location.origin}/static/remote/web/node_modules/mark.js/dist/mark.min.js`,
|
||||
'gridstack': `${window.location.origin}/static/node_modules/gridstack/dist/gridstack-h5.js`
|
||||
'gridstack': `${window.location.origin}/static/node_modules/gridstack/dist/gridstack-h5.js`,
|
||||
'plotly.js-dist-min': `${window.location.origin}/static/node_modules/plotly.js-dist-min/plotly.min.js`
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
'jschardet': `${window.location.origin}/static/node_modules/jschardet/dist/jschardet.min.js`,
|
||||
'turndown': `${window.location.origin}/static/node_modules/turndown/lib/turndown.browser.umd.js`,
|
||||
'mark.js': `${window.location.origin}/static/node_modules/mark.js/dist/mark.min.js`,
|
||||
'gridstack': `${window.location.origin}/static/node_modules/gridstack/dist/gridstack-h5.js`
|
||||
'gridstack': `${window.location.origin}/static/node_modules/gridstack/dist/gridstack-h5.js`,
|
||||
'plotly.js-dist-min': `${window.location.origin}/static/node_modules/plotly.js-dist-min/plotly.min.js`
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user