I\'m using highcharts to make a piechart but I\'m having trouble loading a custom color set for my chart.
Here is my code:
I think what you need to do is set the colors using theme instead of setOptions as follows:
Highcharts.theme = {colors: ['#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4']});