如何使用角度图表在饼图上显示标签和数据

时间:2017-01-12 19:47:54

标签: javascript angularjs charts chart.js angular-chart

您好如何使用角度图表始终在饼图上显示工具提示。

我尝试使用这部分代码:

   $scope.options = {
            showToolTips: true,
            tooltipEvents: [],
            onAnimationComplete: function() {
                this.showTootip(this.datasets[0].bars,true);
            },
            tooltips: {
                backgroundColor: "transparent"
            }
        };

但它不起作用。这是我的图表示例。 https://jsfiddle.net/vz4qhqpw/115/

0 个答案:

没有答案