Adjust chart axis labelling for better intervals

This commit is contained in:
Ulrich Meine
2026-05-21 23:00:24 +02:00
parent 92a6266d71
commit 1425297ef4
2 changed files with 38 additions and 44 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ protected:
static constexpr int8_t MIN_FREE_VALUES = 60; // free 60 values when chart line reaches chart end
static constexpr int8_t THRESHOLD_NO_DATA = 3; // max. seconds of invalid values in a row
static constexpr int8_t VALAXIS_STEP = 60; // pixels between two chart value axis labels
static constexpr int8_t VALAXIS_SLOTS = 5; // no. of value axis labels
static constexpr bool NO_SIMUDATA = true; // switch off simulation feature of <formatValue> function