feat: dynamic line stroke settings

This commit is contained in:
adripo
2022-11-11 00:19:51 +01:00
parent 098ce0673a
commit 536b590080
6 changed files with 29 additions and 1 deletions
@@ -325,6 +325,12 @@ func (sr *scrutinyRepository) Migrate(ctx context.Context) error {
SettingDataType: "bool",
SettingValueBool: false,
},
{
SettingKeyName: "line_stroke",
SettingKeyDescription: "Temperature chart line stroke ('smooth' | 'straight' | 'stepline')",
SettingDataType: "string",
SettingValueString: "smooth",
},
{
SettingKeyName: "metrics.notify_level",