chart-setup
Installation
SKILL.md
chart-setup
Add a production-quality price chart to a React app using TradingView's
lightweight-charts library.
This is what powers the main ChartCanvas in command-dash.
When to use
Trigger this skill whenever the user wants to:
- Show an OHLC / candlestick chart for a stock or crypto symbol
- Add volume bars under a price chart
- Theme an existing lightweight-charts instance to a dark dashboard palette
- Wire a chart to a
fetch('/api/...')source that returns{ time, open, high, low, close, volume }[]
Install
npm install lightweight-charts