3
Q
互動餅圖:用餅圖
A
回答
3
function animateFirstStep(){
d3.select(this)
.transition()
.attr("d",arc1);
/* .attr("d", arc2)
.style("fill", "black"); */
/* .style("stroke", "black")
.style("stroke-width", 1); */
};
function animateSecondStep(){
d3.select(this)
.transition()
.ease("elastic")
.duration(1500)
.attr("d", arc)
.style("fill", function(d) { return color(d.data.trName); });
/* .style("stroke", "white")
.style("stroke-width", 0); */
};
var g = svg.selectAll(".arc")
.data(pie(data.HubActivity.hubWorkloadList))
.enter().append("g")
.attr("class", "arc");
g.append("path")
.attr("d", arc)
.style("fill", function(d) { return color(d.data.trName); })
.on("mouseover", animateFirstStep)
.on("mouseout", animateSecondStep);
我認爲這將是一些幫助......當你將鼠標懸停在任何ARC功能將被解僱鼠標就可以改變它點擊
相關問題
- 1. 動過餅圖
- 2. 動態餅圖
- 3. 動態餅圖
- 4. 交互式變化餅圖
- 5. 餅圖中的餅圖?
- 6. 谷歌餅圖餅圖背景圖片
- 7. 動畫半餅圖
- 8. 基於相應名稱隱藏單個餅圖餅圖餅圖
- 9. 餅圖
- 10. 餡餅餅圖在Highcharts
- 11. 餅圖空圖
- 12. 餅圖中不顯示餅圖(Android)
- 13. Matlab /八度餅圖餅圖分類
- 14. 旋轉餅圖標籤在dc.js餅圖
- 15. 預選多個Shield UI餅圖餅圖
- 16. 餅圖使用CSS3
- 17. 離線3D交互式餅圖
- 18. 與芯圖(餅圖)
- 19. gRaphael餅圖動態尺寸
- 20. SSRS動態餅圖錯誤
- 21. AS3中的動畫餅圖
- 22. D3餅圖文/動畫
- 23. gRaphael餅圖:添加動畫
- 24. 在Achartengine中移動餅圖
- 25. RaphaelJs餅圖動畫懸停
- 26. Highcharts餅圖
- 27. 調整餅圖
- 28. 餅圖d3.js
- 29. 餅圖屬性
- 30. gRaphaël3d餅圖