Moh*_*rni 5 javascript jquery charts angularjs
所以目前数据只显示在第一栏即"听力".所以我想为其余的酒吧展示相同的!!
我目前正在使用onAnimation()函数,我只是不知道如何在数据集中传递多个值?请帮我解决这个问题!!
我用过的代码:
$scope.barChartOptions = {
tooltipEvents: [],
showTooltips: false,
onAnimationComplete: function() {
this.showTooltip(this.datasets[0].bars, true);
},
};
Run Code Online (Sandbox Code Playgroud)