大家好! 我在上传的图片上看到了这个问题。 我只在Firefox& IE(版本> = 8,在7上工作正常)。 Chrome正确显示图表。 以下是块的描述方式: 系列:{
stacking: 'percent',
dataLabels: {
enabled: true,
color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'white',
style: {
textShadow: '0 0 3px black'
}
}
series: [{
name: 'Mit Fotos',
id: 'mfGW',
pointWidth: 30,
color: '#7cb5ec',
linkedTo: 'GW',
data: [42],
stack: 'one'
}, {
name: 'Ohne Fotos',
linkedTo: 'GW',
pointWidth: 30,
color: '#434348',
id: 'ofGW',
data: [19],
stack: 'one'
},
{
name: 'GW',
id: 'GW',
pointWidth: 90,
color: '#8d4653',
data: [61]
}
图表类型为bar。 知道如何解决这个问题吗?