Skip to content

Commit 1e62588

Browse files
authored
Merge pull request #310 from plotly/update-examples
Update examples
2 parents fed4ede + 51b77aa commit 1e62588

30 files changed

+40068
-3907
lines changed

examples/async-data/package-lock.json

Lines changed: 778 additions & 1288 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/async-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"plotly.js": "^1.32.0",
88
"react": "^15.6.1",
99
"react-dom": "^15.6.1",
10-
"react-plotly.js-editor": "0.7.0",
10+
"react-plotly.js-editor": "0.8.0",
1111
"react-plotly.js": "^1.2.0",
1212
"react-scripts": "1.0.17"
1313
},

examples/async-data/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PlotlyEditor, {dereference} from 'react-plotly.js-editor';
44
import React, {Component} from 'react';
55
import createPlotComponent from 'react-plotly.js/factory';
66
import ee from 'event-emitter';
7-
import plotly from 'plotly.js/dist/plotly-basic';
7+
import plotly from 'plotly.js/dist/plotly';
88

99
const Plot = createPlotComponent(plotly);
1010

0 commit comments

Comments
 (0)