Bug 445400 - Allow Line Chart to support manual data range greater than 2^31
Summary: Allow Line Chart to support manual data range greater than 2^31
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 5.22.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-12 21:57 UTC by electricllama
Modified: 2021-11-18 14:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: Plasma 5.23
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.