var data = [ { x: ['VALUE 1'], // in reality I have more values... y: [20], type: 'bar' } ]; Plotly.newPlot('PlotlyTest', data); function ...
確定! 回上一頁