import React from 'react'; import Plot from 'react-plotly.js'; export function PlotlyChart() { return ( <Plot data={[ { x: [1, 2, 3], y: [2, ...
確定! 回上一頁