Web/Highcharts 썸네일형 리스트형 [Highcharts] credits 링크 제거 화면 캡쳐를 하는 경우 등 우측하단에 있는 credits("highcharts.com" 로고)을 제거하고 싶은 경우가 있음 하기 코드를 넣으면 credits를 제거할 수 있음 credits : { enabled : false }, [Highcharts] 사용자 버튼 내보내기 버튼 숨기기 사용자 버튼 활성화 여부 chart= Highcharts.chart('container', { chart: { type: 'pie', events: { //load: function () { console.log(this) }, drilldown: function() { if (this.series[0].options._levelNumber != 1 ) { /* hide thirdbutton */ this.exportSVGElements[4].hide(); } //chart.redraw(); // 차트 다시 그리기 }, drillup: function(u) { if (this.series[0].options._levelNumber == 1 ) { /* show thirdbutton .. 이전 1 다음