defaulted chart to 15m

This commit is contained in:
tim
2024-10-07 17:14:14 -04:00
parent 849e3a9e05
commit e21193a56a

View File

@@ -75,7 +75,7 @@ export function initWidget(el) {
// debug: true,
autosize: true,
symbol: 'default',
interval: '1',
interval: '15',
container: el,
datafeed: DataFeed, // use this for ohlc
locale: "en",