Peder Sviggum

Results 3 comments of Peder Sviggum

I also loved the jsperf existing benchmarks which others have made, so I could compare solutions. Would love to see this running again.

Try something like this: const colors = [ '#6C88C4', '#C05780', '#4DD091', ]; Then when creating your series fetch the color you want. pieChartSeries.push({ data: data[i], type: 'pie', name: name[i], color:...

Any progress on making `get` stop blocking the process?