Skip to content

Perses embeddable dashboard & visualization framework example app (built with MUI + Next.js)

License

Notifications You must be signed in to change notification settings

sjcobb/perses-embed-example

Repository files navigation

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).