Single Ticker Widget
This is the React component for the Single Ticker Widget
Example#
Used Public types#
| Type | Value |
|---|---|
| ColorTheme | light / dark |
Properties#
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| symbol | string | false | FX:EURUSD | Default symbol for widget |
| width | number/string | false | 350 | Sets a static width on the component |
| autosize | boolean | false | false | Sets the width to 100% |
| colorTheme | ColorTheme | false | light | Sets the default theme |
| isTransparent | boolean | false | false | Transparent background for component |
| locale | Locales | false | en | Sets the default locale |
| largeChartUrl | string | false | undefined | Make widget redirect to larger chart |