您好如何使用角度图表始终在饼图上显示工具提示。
我尝试使用这部分代码:
$scope.options = {
showToolTips: true,
tooltipEvents: [],
onAnimationComplete: function() {
this.showTootip(this.datasets[0].bars,true);
},
tooltips: {
backgroundColor: "transparent"
}
};
但它不起作用。这是我的图表示例。 https://jsfiddle.net/vz4qhqpw/115/