Map Chart
shadcn-echarts/map-chartFreeComponent
Map Chart component built with Apache ECharts, styled to match shadcn/ui's design language with automatic dark/light mode support.
Install it
npx shadcn@latest add https://shadcn-echarts.devstool.dev/r/map-chart.jsonSource
1"use client"23import React from "react"4import { MapChart } from "@devstool/shadcn-echarts"5import type { MapChartProps } from "@devstool/shadcn-echarts"67export type { MapChartProps }89export function MapChartComponent(props: MapChartProps) {10 return <MapChart {...props} />11}
What it pulls in
npm packages
Files it writes
More from shadcn-echarts
All 36 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Area Chartarea-chart | shadcn-echarts | Components | Free | 3 deps | |
| Bar 3D Chartbar-3d-chart | shadcn-echarts | Components | Free | 3 deps | |
| Bar Chartbar-chart | shadcn-echarts | Components | Free | 3 deps | |
| Boxplot Chartboxplot-chart | shadcn-echarts | Components | Free | 3 deps | |
| Calendar Chartcalendar-chart | shadcn-echarts | Components | Free | 3 deps | |
| Candlestick Chartcandlestick-chart | shadcn-echarts | Components | Free | 3 deps | |
| Chord Chartchord-chart | shadcn-echarts | Components | Free | 3 deps | |
| Custom Chartcustom-chart | shadcn-echarts | Components | Free | 3 deps |
