fix(analytics): ObjectSaleChart tooltip полный ₽/м², не /1000 (#1238) #1275
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#1275
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/object-sale-chart-price-no-divider-recovered"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1238
Серия price делила data на 1000 без valueFormatter в tooltip → ось говорила 'тыс ₽/м²' но точки рисовались как 'обычные числа', tooltip показывал '146' вместо '146 250 ₽/м²' (×1000 underreporting). Patch: убрал /1000 делитель, ось 'тыс ₽/м²' → '₽/м²', добавлен tooltip valueFormatter '146 250 ₽/м²' через toLocaleString('ru'). 82/82 frontend тестов зелёные. Closes #1238