Map 3D Chart
shadcn-echarts/map-3d-chartFreeComponent
Map 3D 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-3d-chart.jsonSource
1"use client"23import React from "react"4import { Map3DChart } from "@devstool/shadcn-echarts"5import type { Map3DChartProps } from "@devstool/shadcn-echarts"67export type { Map3DChartProps }89export function Map3DChartComponent(props: Map3DChartProps) {10 return <Map3DChart {...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 |
