GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

Messing property AllLabels #76

Open manst opened 7 years ago

manst commented 7 years ago

Hi, missing property AllLabels Need to add if (o.allLabels) { chart.allLabels = o.allLabels; }

manst commented 7 years ago

Hi, this should be added to amChartsDirective.js on line 221. This fixes issue that can not be overridden field AllLabels with the directive

2017-01-20 20:59 GMT+03:00 ararista notifications@github.com:

Hi, in which file should this be added? I am trying to show labels in a pie chart.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GrantMStevens/amCharts-Angular/issues/76#issuecomment-274137345, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrm1YIm2hQ2zKiqKK2C-x19-TntwaKRks5rUPYegaJpZM4KidH9 .

portus84 commented 7 years ago

+1