Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- SAA-C03
- Firewall
- aws saa
- ALB
- tftp
- EC2 인스턴스
- FTP
- 네트워크
- vmware
- aws cloud shcool 8
- linux
- vyos
- ELB
- aws cloud school
- GNS3
- aws cloud
- EC2
- NAT
- Ebs
- aws SAA-c03
- SAA
- AWS 자격증
- Troubleshooting
- docker
- load balancer
- Kubernetes
- AWS
- IAM
- DNS
- aws iam
Archives
- Today
- Total
목록select box (1)
나의 공부기록

// 전역변수 선언 var chart; var xAxis, series; // 첫 그래프 그림 am5.ready(function () { var dataList = [[${cJsonArr}]]; console.log(dataList); var root = am5.Root.new("ChartDiv"); root.setThemes([ am5themes_Animated.new(root) ]); chart = root.container.children.push(am5xy.XYChart.new(root, { panX: true, panY: true, wheelX: "panX", wheelY: "zoomX", pinchZoomX: true })); var cursor = chart.set("cursor", am5x..
프로그래밍/AmCharts
2022. 6. 21. 17:19