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
- GNS3
- Ebs
- aws cloud shcool 8
- EC2 인스턴스
- vyos
- aws cloud
- KUBECTL
- SAA-C03
- vmware
- aws saa
- FTP
- load balancer
- tftp
- DNS
- NAT
- aws SAA-c03
- docker
- aws cloud school
- AWS 자격증
- Firewall
- 네트워크
- EC2
- AWS
- ALB
- Kubernetes
- aws iam
- linux
- IAM
- 쿠버네티스
- Troubleshooting
Archives
- Today
- Total
목록series.dataItems (1)
나의 공부기록

1. amchart - dount chart 그래프 띄우기(퍼센트 띄우기) am5.ready(function () { //select option의 선택된 값을 가져와 test 변수에 집어넣음 var test = $("#selectOption option:selected").val(); console.log("test : " + test); //thymeleaf로 값을 전달받아 data1List 변수에 넣음 data1List = [[${pJsonArr}]]; var root = am5.Root.new("ChartDiv1"); root.setThemes([ am5themes_Animated.new(root) ]); var chart = root.container.children.push(am5percent..
프로그래밍/AmCharts
2022. 6. 28. 17:47