5sControl / 5sControl/5s-frontend
[30min] Смещение цифр начала временного отрезка относительно графика активности на вкладке Dashboard
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Precondition
Войти в систему под пользователем admin.
Description
Цифры начала временного отрезка смещены по соотношению к графику активности
Steps to Reproduce
1.Перейти на вкладку Dashboard
Expected Result
Цифры должны находится под началом графика
Actual Result
Цифры расположены в начале строчки, а не вначале графика
Environment
ОС: macOS
Браузер: Google Chrome 127.0.6533.100
Attachments

Contributor guide
Research direction
Look at the Dashboard component and the chart rendering logic, likely in a file like Dashboard.tsx or a chart component. The issue is about misalignment of time segment labels relative to the activity graph. Inspect the chart's layout and CSS for positioning of labels. Check if there's a test for the dashboard view to verify the fix aligns the labels under the graph start.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100