Chart Annotations
Minimal text annotation system for labeling chart data. Click to add, inline editing, compact design that doesn't obscure your data. Perfect for data labeling workflows in robotics, medicine, and ML training.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add chart-annotations
Manual Installation
1. Copy the component code from components/chart-annotations.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...