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