1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman 7ca8cc2276
fix: dynamic highlight width (#9166)
This makes the width of the highlight bars in the network dynamic and
based on the number of labels included in the chart.

Since the number of labels should always correspond to the number of
data points, this seems like a sensible approach.

With this, the label width will now be calculated on the fly, so even if
you resize the window or change the number of labels, the highlighting
will still work as expected.

Daily view:

![image](https://github.com/user-attachments/assets/e1d158db-0587-46b3-afb1-76dfc523505d)

Monthly aggregate:

![image](https://github.com/user-attachments/assets/8c74d2a3-afc8-4623-8ac7-0c263c7e6037)

The labels are now a little narrower on the daily graphs, but it avoids
them being super wide on the monthly graphs
2025-01-29 12:03:31 +01:00
..
accessOverview
admin fix: dynamic highlight width (#9166) 2025-01-29 12:03:31 +01:00
application chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
archive chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
banners
changeRequest chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
commandBar fix: commandbar colors (#9162) 2025-01-28 14:48:15 +01:00
common fix: dynamic highlight width (#9166) 2025-01-29 12:03:31 +01:00
context fix: save context button spacing (#9059) 2025-01-03 15:01:46 +01:00
demo Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
environments [Gitar] Cleaning up stale flag: purchaseAdditionalEnvironments with value false (#8955) 2024-12-11 10:11:23 +02:00
events feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
feature feat: show a dialog when adding a release plan to a change request enabled feature environment (#9139) 2025-01-23 13:48:44 +01:00
featureTypes Simplify Unleash docs updates (#8925) 2024-12-17 14:36:16 +01:00
feedback chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
feedbackNew chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
filter chore: remove simplifyProjectOverview flag (#9068) 2025-01-08 14:10:40 +02:00
insights feat: date range selector (#8991) 2024-12-18 10:40:50 +01:00
integrations chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
layout fix: resolve lifecycle image from asset path (#9121) 2025-01-20 13:23:55 +00:00
loginHistory feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
maintenance
menu feat: transparent header (#9108) 2025-01-17 09:45:45 +01:00
onboarding fix: only call project overview from connect dialog when open (#8977) 2024-12-13 09:41:49 +01:00
personalDashboard feat: productivity email action text (#8966) 2024-12-12 12:00:08 +01:00
playground/Playground chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
project fix: tabs not growing to fill all available space (#9161) 2025-01-28 14:17:02 +01:00
providers
releases chore: fix release template strategy padding and spacing (#9104) 2025-01-16 09:13:22 +01:00
segments chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
signals chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
splash Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
strategies Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
tags Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
user chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
App.tsx feat: configurable global font size (#9155) 2025-01-27 14:43:32 +01:00
InitialRedirect.tsx