0
嗨我想添加一個圖像在c3.js折線圖x軸,但不知何故圖像不顯示。我可以在控制檯中看到圖像標籤,但它在圖表中不可見。如何將圖像添加到c3.js折線圖
我的代碼: d3.select( 「C3-軸-X」)
.append("image")
.attr("class", "footerLogo")
.attr("xlink:href", "http://upload.smileyswelove.com/uploads/2854/smiley-10225.jpg")
.attr("width", "70px");