Posts by Lucas Nunes Arantes • 1 point
2 posts
-
0
votes2
answers374
viewsA: Select and view data with Ajax
Fire the 'change' event in the city checkbox after selecting its value: $('cidade').trigger('change'); Then after searching the neighborhoods select what comes from your Ajax.…
-
0
votes2
answers2381
viewsA: Label and Caption on Chartjs Doughnut Charts
Try using the '.generateLegend()' method to generate the legend. This method returns an HTML string with the caption according to the model passed in the graphic option 'legendTemplate'.
chartjsanswered Lucas Nunes Arantes 1