Use exchange timezone for stock charts
This commit is contained in:
parent
fe59884827
commit
eae1dafb01
|
|
@ -195,7 +195,7 @@ export const CANDLE_CHART_WIDGET_CONFIG = (symbol: string) => ({
|
||||||
style: 1,
|
style: 1,
|
||||||
symbol: symbol.toUpperCase(),
|
symbol: symbol.toUpperCase(),
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
timezone: 'Etc/UTC',
|
timezone: 'exchange',
|
||||||
backgroundColor: '#141414',
|
backgroundColor: '#141414',
|
||||||
gridColor: '#141414',
|
gridColor: '#141414',
|
||||||
watchlist: [],
|
watchlist: [],
|
||||||
|
|
@ -221,7 +221,7 @@ export const BASELINE_WIDGET_CONFIG = (symbol: string) => ({
|
||||||
style: 10,
|
style: 10,
|
||||||
symbol: symbol.toUpperCase(),
|
symbol: symbol.toUpperCase(),
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
timezone: 'Etc/UTC',
|
timezone: 'exchange',
|
||||||
backgroundColor: '#141414',
|
backgroundColor: '#141414',
|
||||||
gridColor: '#141414',
|
gridColor: '#141414',
|
||||||
watchlist: [],
|
watchlist: [],
|
||||||
|
|
@ -337,4 +337,4 @@ export const WATCHLIST_TABLE_HEADER = [
|
||||||
'P/E Ratio',
|
'P/E Ratio',
|
||||||
'Alert',
|
'Alert',
|
||||||
'Action',
|
'Action',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue