Line Chart
Multi-series line chart with GPU-accelerated rendering. Handles 100k+ points smoothly. Use cases: Time-series trends, sensor data plotting, stock prices, temperature curves, signal analysis.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add line-chart
Manual Installation
1. Copy the component code from components/line-chart.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...