Interface: WidgetBarParams
Charting Library.WidgetBarParams
Properties
datawindow
• Optional
datawindow: boolean
Enables data window widget in the widget panel on the right.
Default
false
details
• Optional
details: boolean
Enables details widget in the widget panel on the right.
Default
false
news
• Optional
news: boolean
Enables news widget in the widget panel on the right.
Default
false
watchlist
• Optional
watchlist: boolean
Enables watchlist widget in the widget panel on the right.
Default
false
watchlist_settings
• Optional
watchlist_settings: Object
Watchlist settings
Type declaration
Name | Type | Description |
---|---|---|
default_symbols | string [] | Sets the list of default symbols for watchlist. Any item in the list which is prefixed with ### will be considered a section divider in the watchlist. Default [] Example: default_symbols: ['###TOP SECTION', 'AAPL', 'IBM', '###SECOND SECTION', 'MSFT'] |
readonly? | boolean | Enables read-only mode for the watchlist Default ts false |