Bug 445400

Summary: Allow Line Chart to support manual data range greater than 2^31
Product: [Applications] plasma-systemmonitor Reporter: electricllama <napalmllama>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: ahiemstra, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.22.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: Plasma 5.23
Sentry Crash Report:

Description electricllama 2021-11-12 21:57:44 UTC
SUMMARY
I would like to display my RAM usage as a line chart, with its upper bound capped at my RAM amount.  Unfortunately, the program chokes on values greater than 2,147,483,647.  I have more than 2GB of memory in my system, so this isn't very useful.

STEPS TO REPRODUCE
1. Create a Line Chart
2. Turn off Automatic Y Data Range
3. Attempt to type a numeric value into the To (Y) field greater than 2,147,483,647

OBSERVED RESULT
Nothing happens, or value wraps around to -2B

EXPECTED RESULT
Field accepts value as typed

SOFTWARE/OS VERSIONS
Gentoo Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Comment 1 Arjen Hiemstra 2021-11-18 14:54:11 UTC
This has been fixed in Plasma 5.23, which allows you to select which unit to use for the axis and that way allows selecting larger values.