{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "scatter-3d-chart",
  "title": "Scatter 3D Chart",
  "description": "Scatter 3D 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/scatter-3d-chart/scatter-3d-chart.tsx",
      "content": "\"use client\"\n\nimport React from \"react\"\nimport { Scatter3DChart } from \"@devstool/shadcn-echarts\"\nimport type { Scatter3DChartProps } from \"@devstool/shadcn-echarts\"\n\nexport type { Scatter3DChartProps }\n\nexport function Scatter3DChartComponent(props: Scatter3DChartProps) {\n  return <Scatter3DChart {...props} />\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}