
하이차트(HighCharts) 사용방법
·
Web Development/JSP
1. 하이차트 접속 https://www.highcharts.com/ 2. Demos → Highcharts JS Demos 3. 사용할 그래프 선택 4. VIEW OPTIONS 선택 5. 코드 복사 // Data retrieved from https://netmarketshare.com Highcharts.chart('container', { chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, type: 'pie' }, title: { text: 'Browser market shares in May, 2020', align: 'left' }, tooltip: { pointFormat: '{series.name}: {..