mirror of
https://github.com/nasa/openmct.git
synced 2025-02-23 10:30:29 +00:00
* Fix tick values for plots ticks in log mode and null check (#5119) * [2297] When there is no display range or range, skip setting the range value when auto scale is turned off. * If the formatted value is a number and a float, set precision to 2 decimal points. * Fix value assignment * Use whole numbers in log mode * Revert whole numbers fix - need floats for values between 0 and 1. * Reverts forced precision for log plots axis labels (#5147) * [Gauge Plugin] Limits and Composition Issues #5155 * default current value as '--' * updated as per review comments. Co-authored-by: Shefali Joshi <simplyrender@gmail.com> Co-authored-by: Andrew Henry <akhenry@gmail.com>