第二章——vue、d3進階之第一個圖表

一、柱形圖表效果html 代碼:vue <template> <div id="mydiv"> <svg> <rect></rect> </svg> </div> </template> <script> import * as d3 from "d3"; export default { mounted(){ this.getlist(); }
相關文章
相關標籤/搜索