rini.garg
Posts: 1
Joined: Thu Oct 25, 2018 2:05 pm

series borderColor for stacked column highchart

Hi,

I am using v6.1.4. The series is something like this :-
[
{:name=>"Mentees", :data=>[1], :stack=>"Mentees", :color=>"#FFA500"},
{:name=>"b", :data=>[5], :stack=>"Experts", :color=>"#1ab394", :borderColor=>"yellow"},
{:name=>"c", :data=>[1], :stack=>"Experts", :color=>"#1ab394", :borderColor=>"yellow", :showInLegend=>false}
]

This will lead to 2 columns of which the column "Mentor" will be stacked. The borderColor is no longer working in this version for this stacked column. Can you plz mention an alternative. is it a bug?

Rini
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: series borderColor for stacked column highchart

Hi, rini.garg!

This is your chart with the 6.1.4 version working fine as expected: https://jsfiddle.net/BlackLabel/abrxps3c/
It's working fine with the current version as well: https://jsfiddle.net/BlackLabel/czdng7jq/

Am I missing something?

Kind regards
Rafal Sebestjanski,
Highcharts Team Lead

Return to “Highcharts Usage”