Created attachment 141271 [details] screenshot As the title says, the system monitor uses the same color (black) for all but one CPU, making it impossible to distinguish them (see attached screenshot). In contrast, the old KSysGuard has/had no problems choosing suitable and easily distinguishable colors (see attached screenshot). The light gray color used in the memory and network plots is also not optimal. On an unrelated note, I also don't understand why the Y axis in the CPU plot goes up to 800%.
That's weird, mine doesn't do that.
Is there something in the Konsole relating to js/qml code failing? Can you configure those colors to other ones?
Created attachment 141824 [details] console log of plasma-systemmonitor I'm attaching a console log of a plasma-systemmonitor run, where I just started it and then went to the history view. I don't see anything related to QML/JS failure, but `the QColor::fromHsvF: HSV parameters out of range` may be relevant. Yes, I can edit the history view page and change the colors manually. I'd still argue that it should pick suitable colors automatically.
Relevant code could could be: - https://invent.kde.org/plasma/libksysguard/-/blob/master/faces/Choices.qml#L183 which is unlikely since we are not in this path - https://invent.kde.org/frameworks/kquickcharts/-/blob/master/src/datasource/ColorGradientSource.cpp#L93 uses this function but bounds the value using newHue = newHue - int(newHue); which looks like doing the correct thing
OK, apparently this is related to the color scheme in use. It works fine with the default application color scheme, but I'm using Breeze Flat Dark from https://store.kde.org/p/998662/.