我创建了一张动态图表:
工作演示:http://codepen.io/codeChris/pen/MwWmgN
$("#doughnutChart").drawDoughnutChart([{
title: "Appointment Calls",
value: 49,
color: "#ee7600"
}, {
title: "Non-Appointment Calls",
value: 47,
color: "#6e3671"
}]);
});.... // the animation is long, so I cut it out of the question
当寡妇调整大小时,如何添加重绘此图表的功能?
提前致谢