| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- Animation
- MAC
- image
- php
- 프론트엔드
- iPhone
- 풀스택
- xcode
- front-end
- IOS
- 개발자
- 자바스크립트
- 백엔드
- javascript
- html5
- keyframes
- ipad
- react
- button
- effect
- 비전공 개발자
- 애니메이션
- SWIFT
- 비전공자
- hover
- jQuery
- css3
- CSS
- HTML
- iOS 개발자
- Today
- Total
목록Chart (2)
비전공자 개발일기
Spin Click On The Spin Button To Start * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { height: 100vh; background: linear-gradient(135deg, #c3a3f1, #6414e9); } .wrapper { width: 90%; max-width: 34.37em; max-height: 90vh; background-color: #ffffff; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; padding: 3em; border-radius:..
#chart { max-width: 650px; margin: 35px auto; } var options = { chart: { height: 280, type: "area" }, dataLabels: { enabled: false }, series: [ { name: "Follower(Family)", data: [15, 25, 38, 55, 69, 83, 99] } ], fill: { type: "gradient", gradient: { shadeIntensity: 4, opacityFrom: 0.7, opacityTo: 0.9, stops: [0, 90, 100] } }, xaxis: { categories: [ "01 Jan", "02 Feb", "03 March", "04 April", "05..