{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "graph-chart",
  "title": "Graph Chart",
  "description": "Graph Chart component built with Apache ECharts, styled to match shadcn/ui's design language with automatic dark/light mode support.",
  "dependencies": [
    "@devstool/shadcn-echarts",
    "echarts@^6.0.0",
    "react@>=18.0.0"
  ],
  "files": [
    {
      "path": "registry/default/graph-chart/graph-chart.tsx",
      "content": "\"use client\"\n\nimport React from \"react\"\nimport { GraphChart } from \"@devstool/shadcn-echarts\"\nimport type { GraphChartProps } from \"@devstool/shadcn-echarts\"\n\nexport type { GraphChartProps }\n\nexport function GraphChartComponent(props: GraphChartProps) {\n  return <GraphChart {...props} />\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}