There is an example of a stacked area chart: var stacksDiv = document.getElementById("myDiv"); var traces = [ {x: [1,2,3], y: [2,1,4], fill: 'tozeroy'}, ...
確定! 回上一頁