Documentation Index
Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Chart
TheChart component renders simple charts and graphs. Currently supports bar, line, and pie charts.
Usage
Props
Type of chart:
bar, line, pie, doughnut.Array of data points
{ label: string, value: number, color?: string }.Height of the chart in pixels.
Show X-axis labels.
Show Y-axis labels.

