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
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.