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