EVUI icon indicating copy to clipboard operation
EVUI copied to clipboard

Exem Visualization UI

Results 22 EVUI issues
Sort by recently updated
recently updated
newest added

- [ ] pnpm, node >=18 - [ ] vite - esm, umd, - [ ] typescript - ^5 - [ ] storybook - ^8 - [ ] #1669 -...

https://github.com/nvm-sh/nvm?tab=readme-ov-file#nvmrc

inactive

- [ ] layout - [ ] form - [ ] table - [ ] chart - [ ] notice

## 작업 배경 차트 내 최대값이 툴팁과 다르게 단위 변환 적용이 안되어 있 ## 변경 사항 요약 - toolTip의 formatter 옵션이 있을 경우 maxTip도 따라서 formatter 적용 ## 이전 동작...

시계열 차트 hover event 발생했을때 , hover event 발생한 시간에 대해 다른 차트에도 indicator 표시를 할 수 있는 기능 추가

![image](https://github.com/user-attachments/assets/c7f7d553-a402-4dff-8030-b91da977aa71) ```ts if (!props.columns[column.index].width && !item.resized) { item.width = 0; } ``` width앞에 옵셔널 체이닝 필요