[Chartjs]-Chart.js "display:none" Issue

1👍

Not sure what the issue is but if you add $(".surveyResults").hide(); inside of your function instead of adding display:none; in the CSS it will work.

JSFiddle: http://jsfiddle.net/0ogx35ot/12/

Leave a comment