Fundamental Data Widget
This is the React component for the Fundamental Data Widget
Example#
Used Public types#
| Type | Value | 
|---|---|
| ColorTheme | light / dark | 
| DisplayMode | regular / compact / adaptive | 
Properties#
| Property | Type | Required | Default | Description | 
|---|---|---|---|---|
| symbol | string | false | NASDAQ:AAPL | Sets the default ticker symbol | 
| colorTheme | ColorTheme | false | light | Sets the default theme | 
| isTransparent | boolean | false | false | Transparent background for component | 
| largeChartUrl | string | false | undefined | Make widget redirect to larger chart | 
| displayMode | Displaymode | false | regular | Sets default Display mode | 
| width | number/string | false | 480 | Sets a static width on the component | 
| height | number/string | false | 830 | Sets a static height on the component | 
| autosize | boolean | false | false | Sets the width and height to 100% | 
| locale | Locales | false | en | Sets the default locale |