mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-23 23:35:14 +00:00
5 lines
166 B
React
5 lines
166 B
React
|
import plotly from 'plotly.js/dist/plotly';
|
||
|
import createPlotComponent from 'react-plotly.js/factory';
|
||
|
const Plot = createPlotComponent(plotly);
|
||
|
export default Plot;
|