How to color series legend in highcharts when colorbypoint is set to true -


I am using highchurch and I have a column chart, which has 2 data series, With different colored bars, the second series has all the same color bars

I understand that because I have really set a colorbind that it wants to remove its legend from the color, but for the second series There is no way to add the bar which is all 1 color? ?

I have tried to set several options from the API in an attempt to add the color chain to the color series only, but this does not apply, I try to set the colorbipe incorrectly on plain series Done, but it has not even been implemented.

Is this possible?

Enter image details here

Here is a link < Code> Bella

set for colorByPoint: false Make a second series, and set one color instead of colors. View demo:

  $ ('# container'). High Chart ({Chart: {type: 'column'}, XXIS: {categories: ['Jan', 'Feb', 'Mar' series ': {Color: Binny: true}', 'Ape', 'Mai' Plot option:}, series: [[29.9, 71.5, 106.4, 12 9.2, 'Jun', 'Jul', 'Aug', 'September', 'Akt', 'Nav', 'Dec']} 144.0, 176.0, 135.6, 148.5, 216.4, 19 4.1, 95.6, 54.4]}, {Color Bio: false, data: [54.4, 29.9, 71.5, 106.4, 12 9.2, 144.0, 176.0, 135.6, 148.5, 216.4, 1 9 4.1, 95.6], color: '# 000000'}]});  

Comments