PlotVuer
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| dataSource | The object with url property where the url is the source url to load the data. | object | true | () => {} |
| metadata | The metadata object with version, type, and attrs properties. | object | true | - |
| plotLayout | The plotLayout for UI. | object | false | { paper_bgcolor: 'rgba(0,0,0,0)', plot_bgcolor: 'rgba(0,0,0,0)', autosize: true, margin: { t: 25, l: 55, r: 55, b: 90, pad: 4, }, loading: false, options: { responsive: true, scrollZoom: true, }, } |
| supplementalData | The supplemental data to load. | array | false | [] |
| helpMode | The option to choose helpMode. | boolean | false | false |
| selectorUi | The option to show the selector UI. | boolean | false | true |
Events
| Event Name | Description | Parameters |
|---|
Methods
| Method | Description | Parameters |
|---|