import React, { useState, Component, useEffect } from "react"; import Plot from 'react-plotly.js'; export const Chart = () => { return ( <div> <Plot data={[ ...
確定! 回上一頁