Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.71 KB

File metadata and controls

38 lines (27 loc) · 2.71 KB

Perses Embed Example Application

Demo of Perses embedded dashboard and components functionality. See pages:

Getting Started

To embed Perses dashboards, panels, and components, use the following steps:

Plugin System

Custom plugin examples:

Components Demo

See available components in @perses-dev/components README (Storybook support coming soon)

Note: The Perses LineChart.tsx component uses ECharts, but has a custom tooltip for improved performance. To use this component, a ChartsThemeProvider must also be used (Or else Error: No ChartsThemeContext found. Did you forget a Provider? will be thrown).