I'm using Haml.
So the code is this:
= pie_chart @chart_ratings, donut: true, suffix: "%", loading: "Generating charts...", download: true, width: "350px", library: {plotOptions: { pie: { dataLabels: { enabled: true }}}}
But the library doesn't include the labels.
Is there anything missing?