mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
RRD Float Precision Customization (#11853)
This commit is contained in:
@@ -82,6 +82,10 @@ if (isset($scale_rigid)) {
|
||||
$rrd_options .= ' -r';
|
||||
}
|
||||
|
||||
if (!isset($float_precision)) {
|
||||
$float_precision = 2;
|
||||
}
|
||||
|
||||
$rrd_options .= ' -E --start '.$from.' --end '.$to.' --width '.$width.' --height '.$height.' ';
|
||||
|
||||
if (Config::get('applied_site_style') == 'dark') {
|
||||
|
Reference in New Issue
Block a user