我正在用plotly JS創建一個簡單的線條圖。該代碼是象下面這樣的內容: var trace1 = { x: [1, 2, 3, 4], y: [10, 15, 13, 17], type: 'scatter' }; var layout ...
確定! 回上一頁