我在这里摆弄了highcharts.js演示。
http://jsfiddle.net/Venkata/rq0h7o4o/
数据标签超越了x轴。我需要写格式化程序或任何建议吗?
series: {
borderWidth: 0,
"dataLabels": {
enabled: true,
format: '{point.y:.1f}%',
rotation: -90,
align: 'right',
x: 4,
y: 15,
crop: false,
overflow: 'none'
}
}