CircuitScope / frontend /src /utils /PlotlyWrapper.js
Gaurav711's picture
feat: complete live cpu inference, research sweep, blog & production build
2d4e3e5
Raw
History Blame Contribute Delete
175 Bytes
import createPlotlyComponent from 'react-plotly.js/factory';
import Plotly from 'plotly.js-basic-dist-min';
const Plot = createPlotlyComponent(Plotly);
export default Plot;