メインコンテンツまでスキップ

Visualization Viewer (表示形式ビューアー)

ベータ版の製品

Reveal SDK の Web Component ラッパーは現在開発中です。最終リリースに向けて改善を重ねておりますので、ぜひご意見・ご要望をお寄せください。

ラッパーに関するドキュメントも現在作成中ですが、完成を待たずに皆さまに共有させていただいています。

<rv-visualization-viewer dashboard="Sales" visualization="Leads by Year"></rv-visualization-viewer>
CODEPEN

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:

NameTypeDescription
inputstring | numberThe ID or index of the visualization to copy

Returns: void

disconnectedCallback

Description missing

disconnectedCallback()

refreshTheme

Refreshes the theme of the component.

refreshTheme()

Returns: void