I'm working on integrating an XYChart component into a Next.js application. While ChatGPT has suggested using hooks like useXScale to draw static horizontal lines for benchmarks, I can't seem to find any documentation or references to these hooks, even from previous versions.
Here are the steps I've tried:
- Using VSCode's automatic import feature.
- Inspecting the xychart library directly.
Can anyone provide guidance or point me to the right resources for this?