8000 Bump plotly.js version by philippjfr · Pull Request #3227 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions panel/models/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PlotlyPlot(LayoutDOM):

__javascript_raw__ = [
JS_URLS['jQuery'],
'https://cdn.plot.ly/plotly-latest.min.js'
'https://cdn.plot.ly/plotly-2.10.1.min.js'
]

@classproperty
Expand All @@ -31,7 +31,7 @@ def __js_skip__(cls):

__js_require__ = {
'paths': {
'plotly': 'https://cdn.plot.ly/plotly-latest.min'
'plotly': 'https://cdn.plot.ly/plotly-2.10.1.min'
},
'exports': {'plotly': 'Plotly'}
}
Expand Down
0