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
- 1883
- Replication
- 서버동기화
- 공인IP
- setInterval 중지
- pm2
- html #select #option #multiple
- map이 undefined가 뜰 때
- pm2 설치
- mosquitto
- mosquitto.conf
- DatePicker
- setInterval 정지
- pm2 시작
- datagridview 직접입력
- 맥 어드레스
- invalid data
- pm2 확인
- listener 1883
- transfer
- setInterval clear
- pm2 상태 확인
- allow_anonymouse
- c# datagridview 데이터 넣기
- timepicker
- setInterval 외부 정지
- AntDesign
- DataGridView 직접 입력
- 데이터테이블 데이터 넣기
- mySQL_Replication
Archives
- Today
- Total
개발 노트
AMChart - 차트가 화면에 안 나오는 경우 본문
차트마다 chartId가 필요하다
삼항연산자를 사용해 상황별 chartId를 구분해주면 잘 나온다.
<ColumnAmchartFeedMove //LineAmchartMulti //LineAmchartJD
isYaxisUseDouble={false}
chartId= {isPc === true ? 'FeedMoveReport2' : 'FeedMoveReport2_pc'}
data={data}
xfield={'date'}
yfields={['sumFeed', 'aniFeedSet', 'feederFeed', 'robotFeed']}
ylabels={['총급이', '설정량', '급이기급이', '로봇급이']}
scrollyn={'N'}
chartColor='7286D3'
/>
'React' 카테고리의 다른 글
Next.js 초기세팅 (0) | 2024.01.04 |
---|---|
next.js 초기 셋팅 에러 parsing error: cannot find module 'next/babel' ... (0) | 2024.01.02 |
React - useLocation( ), useSearchParams( ) (0) | 2023.09.09 |
Ant Design - Modal에 있는 버튼에 css 적용 (0) | 2023.08.31 |
Ant Design - Radio (0) | 2023.08.30 |