Posts by Andresa Prates • 51 points
2 posts
-
3
votes1
answer299
viewsA: Javascript: Chartjs - How to highlight "piece" of the chart when user clicks?
I got! Code working function GraficoController($http, $element, $attrs) { var vm = this; vm.myLabels = []; vm.myValues = []; vm.myHoverColor = []; vm.myForteColor = []; //funçoes vm.listarProjeto =…
-
2
votes1
answer299
viewsQ: Javascript: Chartjs - How to highlight "piece" of the chart when user clicks?
I am working with Chart.js and my chart, type doughnut, is already cute, but I would like that, if the user click on a part of the chart the "piece" was highlighted... can be growing, staying in…