Highcharts update grouped data point color
问题 Is there any way to update the color of a single point in a grouped data set? I can't seem to find a way to reliably set the colors. A fiddle can be found here demonstrating the issue. 回答1: Points are grouped during the rendering process of the chart so they cannot be specifically targeted via constructor options (because we don't know which points will be generated by Highcharts algorithms). What is more, Higcharts doesn't allow performing update function on the grouped point. As a