0👍
You should get rid of the quotes and the curly brackets and it should work.
<div ng-repeat="n in counter">
<canvas
class="chart chart-line"
chart-options="chartOptions"
chart-data="data[n]"
chart-labels="labels[n]"
/>
</div>
- Chartjs-Chartjs create chart with big data and fixed labels
- Chartjs-How to invert scale display on radar chart (chart.js)
Source:stackexchange.com