Created attachment 171569 [details] screencap of line chart based widgets inside a vertical panel SUMMARY Inside a vertical panel oftentimes the line chart based widgets do not show legend but it only can be shown when clicked on the widget. STEPS TO REPRODUCE 1. Create a wide vertical panel 2. Add multiple line chart based widgets OBSERVED RESULT widgets do not show legend sometimes EXPECTED RESULT widgets should show legend SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2 Kernel Version: 6.6.38-1-lts (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i3-2312M CPU @ 2.10GHz Memory: 15,5 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 3000 Manufacturer: TOSHIBA Product Name: SATELLITE L850-1LK System Version: PSKG6E-00C002EN ADDITIONAL INFORMATION Dual monitor setup: Primary-Right-1366x768 Secondary-Left-1280x1024
Can confirm this bug Operating System: Fedora Linux 40 KDE Plasma Version: 6.1.80 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.9.7-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4533
Git commit d9d3c67b71bcc23635acb37534ed41eb09200518 by Arjen Hiemstra. Committed on 18/07/2024 at 09:44. Pushed by ahiemstra into branch 'master'. applets/sysmon: Base switch size on both compact and full rep size This reworks the switching size logic so we account for both maximum compact rep size and minimum full rep size. The intent is that we switch the moment the compact rep reaches its maximum, unless the full rep won't fit, in which case we'll switch when the full rep fits. We also account for if we're on a horizontal or vertical panel, only accounting for one dimension for switching in those cases, as the other dimension is free to expand. M +35 -6 applets/systemmonitor/systemmonitor/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/d9d3c67b71bcc23635acb37534ed41eb09200518
I can confirm this is fixed after i applied the MR patch to the 6.1.2 arch package. The only problem was that i had to recreate the faulty widgets but after that it is smooth sailing
*** Bug 490539 has been marked as a duplicate of this bug. ***