Closed
Description
Adapted from plotly/plotly.js#4015
Using plotly.py
v4 and python 3.6.8
:
import plotly.graph_objs as go
fig = go.FigureWidget()
fig.add_scatter(y=[2, 1, 4, 3])
fig.add_bar(y=[1, 4, 3, 2])
fig.layout.title = 'Hello FigureWidget'
fig.show()
in IE11 off Windows7 (via browserstack) gives
while the corresponding html
output (see https://community.plot.ly/t/plotly-charts-not-displaying-in-ie/26506/2) renders fine.
Metadata
Metadata
Assignees
Labels
No labels