UNPKG

@revealbi/ui

Version:

20 lines (18 loc) 512 B
import { MenuItem } from '../../../core/menu-item'; export interface VisualizationViewerOptions { showFilters?: boolean; categoryGroupingSeparator?: string; crosshairs?: boolean; hoverTooltips?: boolean; changeChartType?: boolean; statisticalFunctions?: boolean; menu?: { items?: MenuItem[]; copy?: boolean; duplicate?: boolean; exportToExcel?: boolean; exportToImage?: boolean; showMenu?: boolean; refresh?: boolean; }; }