Settings and activity
1 result found
-
17 votes
Here’s a plugin that works with columns as well: http://jsfiddle.net/highcharts/Ha3Wr/
It works by setting the opacity on the group element. I don’t expect it to work in legacy IE though.
An error occurred while saving the comment
I think the pie should be add to an expection.
var series = this.chart.series,
element = item.legendGroup.element,
type = this.chart.userOptions.chart.type;
if(type == 'pie'){
return;
}