@multisystemsuite/studio-charts
v3.0.0
Published
Chart components for MultiSystemSuite Studio
Readme
@multisystemsuite/studio-charts
Charts and KPI cards powered by Recharts.
What is it?
studio-charts adds bar charts, line charts, pie charts, and KPI/stat cards to the Studio component library. Ideal for dashboards and analytics views designed in the builder.
When to use it
- ERP/inventory dashboards
- KPI overview pages
- Any schema with chart component types
Install
pnpm add @multisystemsuite/studio-charts @multisystemsuite/studio-core @multisystemsuite/studio-renderer
# Includes recharts as dependencyQuick example
import { registerChartComponents } from '@multisystemsuite/studio-charts';
registerChartComponents();Generate a dashboard with AI:
import { generateFromPrompt } from '@multisystemsuite/studio-ai';
const schema = generateFromPrompt({
prompt: 'Inventory dashboard with KPI cards',
type: 'dashboard',
});Related packages
- studio-grid — tables alongside charts on dashboards
- studio-api — feed charts from live API data
- studio-renderer — renders chart components
License
MIT
