bbgo_origin/apps/backtest-report/components/Plot.jsx

5 lines
166 B
React
Raw Normal View History

2022-07-06 06:12:05 +00:00
import plotly from 'plotly.js/dist/plotly';
import createPlotComponent from 'react-plotly.js/factory';
const Plot = createPlotComponent(plotly);
export default Plot;