{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "heatmap-chart",
  "title": "Heatmap Chart",
  "description": "Heatmap 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/heatmap-chart/heatmap-chart.tsx",
      "content": "\"use client\"\n\nimport React from \"react\"\nimport { HeatmapChart } from \"@devstool/shadcn-echarts\"\nimport type { HeatmapChartProps } from \"@devstool/shadcn-echarts\"\n\nexport type { HeatmapChartProps }\n\nexport function HeatmapChartComponent(props: HeatmapChartProps) {\n  return <HeatmapChart {...props} />\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}