From 2aaa6f16e8c112553408532eb7d2f5374c367094 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Sat, 18 Jan 2020 10:27:00 +0900 Subject: [PATCH] add chart setting to default settings --- _Development/DevSettings/settings.general.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_Development/DevSettings/settings.general.json b/_Development/DevSettings/settings.general.json index e9337bb..920f449 100644 --- a/_Development/DevSettings/settings.general.json +++ b/_Development/DevSettings/settings.general.json @@ -21,6 +21,7 @@ "OpenBrowserOnStart": false, // If active, a browser window will open as soon as you start the monitor "Port": 5000, // The port you want to run your monitor on "RootUrl": "/", // The root Url of your monitor + "AnalyzerChart": "", // By default the chart on the Market Analyzer page will use your default currency against USD. You can change that here. (eg., BTCEUR) "GraphIntervalMinutes": 60, // The interval for the monitor market trend graph to draw points "GraphMaxTimeframeHours": 24, // This will enable you to define the timeframe that your graph for market trends covers "RefreshSeconds": 30, // The refresh interval of your monitor main page