Visualization Viewer
Product in Beta
The Reveal SDK Web Component Wrappers are currently under development, and we welcome your feedback to help us improve for the final release.
The documentation for the Wrappers are under construciton, but we didn't want to wait until they were done before sharing.
<rv-visualization-viewer dashboard="Sales" visualization="Leads by Year"></rv-visualization-viewer>
Properties
dashboard
Type: string | unknown
Description missing
options
Type: VisualizationViewerOptions
Description missing
visualization
Type: string | number
Description missing
Methods
connectedCallback
Description missing
connectedCallback()
copy
Copies a visualization to the clipboard. If a string ID is provided, the visualization with that ID is copied. If a number index is provided, the visualization at that index is copied.
copy()
Parameters:
Name | Type | Description |
---|---|---|
input | string | number | The ID or index of the visualization to copy |
Returns: void
disconnectedCallback
Description missing
disconnectedCallback()
refreshTheme
Refreshes the theme of the component.
refreshTheme()
Returns: void