Ryan Durkin

Results 3 comments of Ryan Durkin

I had to set the legend display option to true even though the docs say the default is true: https://www.chartjs.org/docs/latest/configuration/legend.html `$scope.options = { legend: { display: true } };` ``

> I implemented something similar to @Dosant using BodyPix: @shaibt Is it possible you could post a code snippet of your VideoProcessor that uses BodyPix please?

Looks like you need to keep track of the selected items in another variable and then replace the whole list e.g. `this.selCountries = this.options;` Ref: #68