(
{series[0].label}: {series[0].value}
)}
/>
```
### With Annotations
```tsx
```
### Dual Y-Axis
```tsx
```
### Area Fill with Smooth Curves
```tsx
```
### Candlestick Chart (Financial)
```tsx
import { CandlestickChart } from '@derpdaderp/chartkit';
// Data needs: time, open, high, low, close, volume (optional)
`$${v.toFixed(2)}`}
/>
```
### Scatter/Bubble Chart with Log Scale
```tsx
import { ScatterChart } from '@derpdaderp/chartkit';
// Log scale is great for data with exponential distributions
```
## Links
- Docs: https://chartkit.dev
- npm: https://www.npmjs.com/package/@derpdaderp/chartkit
- GitHub: https://github.com/toddynho/chartkit