文章出處

highcharts 柱子換顏色
 var colors = Highcharts.getOptions().colors;
    $(arr_Y_bfb).each(function (index, ele) {
        var temp = new Object();
        temp.y = ele;
        temp.color = colors[index];
        data_last.push(temp);
    });
導出圖片,pdf等的鏈接
  exporting: {
   enabled: false
      //導出圖片,pdf等的鏈接
  }
//去除鏈接,highcharts.com的logo
credits: {
enabled: false
//去除鏈接,highcharts.com的logo
}
y軸直接顯示值,不用鼠標移上去
 plotOptions: {
series: {
dataLabels: {
enabled: true,//是否顯示數據值
                  }
 }
 }

 


文章列表




Avast logo

Avast 防毒軟體已檢查此封電子郵件的病毒。
www.avast.com


全站熱搜
創作者介紹
創作者 大師兄 的頭像
大師兄

IT工程師數位筆記本

大師兄 發表在 痞客邦 留言(0) 人氣()