1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component/insights/componentsChart
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
..
FlagsChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
FlagsProjectChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
MetricsSummaryChart fix: make numbers in chart to locale string (#7084) 2024-05-20 14:27:53 +03:00
ProjectHealthChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
TimeToProductionChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
UpdatesPerEnvironmentTypeChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
UsersChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00
UsersPerProjectChart Fix: insights loading (#6834) 2024-04-15 09:46:56 +02:00