我正在尝试使用向下钻取实现堆叠列,但我认为有一个错误,当我单击并返回原始图表时,列更改为“透明”,或者我做错了什么?
这是js:
http://jsfiddle.net/NULTY/410/
我正在使用 3 个类别:
var chart;
$(document).ready(function() {
var colors = Highcharts.getOptions().colors,
categories = ['MSIE', 'Firefox','chrome'],
take a look to this code, think it can help you.
http://jsfiddle.net/NULTY/753/