0.9.1 • Published 5 months ago
@perses-dev/timeseries-chart-plugin v0.9.1
TimeSeriesChart Panel Plugin
How to install
This plugin requires react and react-dom 18
Install peer dependencies:
npm install react@18 react-dom@18Install the plugin:
npm install @perses-dev/timeseries-chart-pluginDevelopment
Setup
Install dependencies:
npm installGet Started
Start the dev server:
npm run devBuild the plugin for distribution:
npm run build