사용자 도구

사이트 도구


tag:chartjs

TAG: ChartJS

문서날짜사용자설명
2022/12/16 10:48 오션 Chart JS Sample01 * description : Sass Introduction * author : 오션 * email : shlim@repia.com * lastupdate : 2022-12-16 Fri Sample 01-1 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script> <title>Chart JS Test #01</title> </head>…
2022/12/07 18:04 주레피 chart.JS * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Case Study * 막대 그래프 - 공식 홈페이지 * 막대 그래프(한글) Term Tip var config = { type: 'horizontalBar' // 그래프 type , data: { labels: labels , datasets: [{ data: data , backgroundColor: [ '#4dc9f6', '#f67019', '#f53794', '#537bc4', // 색상 '#acc236', '#166a8f', '#00a950', ] , fil…