1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component/insights
Jaanus Sellin 3768331e9a
fix: make numbers in chart to locale string (#7084)
To get correct formatting to number, in our codebase we call
toLocaleString(). Added it also to this component.

From

![image
(20)](https://github.com/Unleash/unleash/assets/964450/f941a592-4b86-4b64-99c5-4e7e5d4ccaf2)

To 

![Screenshot from 2024-05-20
14-06-19](https://github.com/Unleash/unleash/assets/964450/abac4570-30be-4fa4-a6fd-24b3f70902e0)
2024-05-20 14:27:53 +03:00
..
components Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
componentsChart fix: make numbers in chart to locale string (#7084) 2024-05-20 14:27:53 +03:00
componentsStat Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
hooks feat: fill metrics summary missing datapoints with 0 (#6820) 2024-04-10 14:38:45 +03:00
chart-info.ts
Insights.tsx fix: Project select should not expand when selecting multiple projects (#6811) 2024-04-10 12:34:11 +03:00
InsightsCharts.tsx Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00