Forex Cross Rates Widget
This is the React component for the Forex Cross Rates Widget
Example#
Used Public types#
| Type | Value | 
|---|---|
| ColorTheme | light / dark | 
Properties#
| Property | Type | Required | Default | Description | 
|---|---|---|---|---|
| width | number/string | false | 770 | Sets a static width on the component | 
| height | number/string | false | 400 | Sets a static height on the component | 
| autosize | boolean | false | false | Sets the width and height to 100% | 
| currencies | string[] | false | See here | Sets the default currencies | 
| isTransparent | boolean | false | false | Transparent background for component | 
| colorTheme | ColorTheme | false | light | Sets the default theme | 
| locale | Locales | false | en | Sets the default locale | 
| largeChartUrl | string | false | undefined | Make widget redirect to larger chart |