add chart setting to default settings
This commit is contained in:
parent
7263677e36
commit
2aaa6f16e8
|
@ -21,6 +21,7 @@
|
||||||
"OpenBrowserOnStart": false, // If active, a browser window will open as soon as you start the monitor
|
"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
|
"Port": 5000, // The port you want to run your monitor on
|
||||||
"RootUrl": "/", // The root Url of your monitor
|
"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
|
"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
|
"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
|
"RefreshSeconds": 30, // The refresh interval of your monitor main page
|
||||||
|
|
Loading…
Reference in New Issue