Change the color of legend symbol highchart
问题 Is it possible to change the legend symbol color in Highcharts? For example demo example contains two series and the symbols in legend are in blue and black (same as the series). I couldn't find any symbolColor param in the documentation. How do I change them both to say black? legend: { layout: 'vertical', floating: true, align: 'left', verticalAlign: 'top', x: 90, y: 45, symbolPadding: 20, symbolWidth: 50, symbolColor: '#000000' ????? }, 回答1: Add color for the legend in each series. series: