I want to show count of data along with percentage.It works but for small percentages nothing appear due to small size.Is it possible to show count and percentage outside chart.Or where list of interests along with them.
<%= pie_chart users.joins(:relationship_status).group('relationship_statuses.name').count, library: {legend: {labelFormat: '{name} : {y} ({percentage:.1f}%)'}} %>