Geo Chart
shadcn-echarts/geo-chartFreeComponent
Geo 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/geo-chart.jsonSource
1"use client"23import React from "react"4import { GeoChart } from "@devstool/shadcn-echarts"5import type { GeoChartProps } from "@devstool/shadcn-echarts"67export type { GeoChartProps }89export function GeoChartComponent(props: GeoChartProps) {10 return <GeoChart {...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 |
