Company Profile Widget
This is the React component for the Company Profile Widget
Example#
Used Public types#
| Type | Value |
|---|---|
| ColorTheme | light / dark |
Properties#
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| symbol | string | false | NASDAQ:AAPL | Sets the default ticker symbol |
| width | number/string | false | 480 | Sets a static width on the component |
| height | number/string | false | 650 | Sets a static height on the component |
| autosize | boolean | false | false | Sets the width and height 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 |