2012-11-02 62 views

回答

0

你需要將svg:image放置在您的svg元素中。使用這個:

d3.select("#chart").select("svg").append("svg:image") 
    .attr("xlink:href", "http://www.e-pint.com/epint.jpg ") 
    .attr("width", "150px") 
    .attr("height", "200px"); 
+0

嗨,謝謝你,我現在試圖使用弧。在中間繪製它的質心會以類似的方式完成嗎? – user1701622

+0

不,這會有所不同我也看到這個問題..我會盡力回答 – cyon