You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename visualizationUtils.formatNumber to formatNumberCompact for clarity
- Keep formatNumber as deprecated alias for backward compatibility
- Update chartUtils.formatDashboardMetric to use formatNumberCompact
- Update all imports and usages in DataExplorationTools component
- Update tests to use formatNumberCompact
- Update documentation (QUICK_START.md and README.md) to use formatNumberCompact
- Add documentation notes about locale-aware formatting via i18nUtils.formatNumber
This consolidates the three different formatNumber implementations:
- visualizationUtils.formatNumberCompact: For compact K/M/B suffixing
- i18nUtils.formatNumber: For locale-aware formatting via Intl
- chartUtils.formatDashboardMetric: Now uses formatNumberCompact internally
0 commit comments