BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/EvilCharts/ex-buffer-echarts-line-chart

ex-buffer-echarts-line-chart

evilcharts/ex-buffer-echarts-line-chart
FreeBlock

EvilCharts publishes no description for this item.

Install it

npx shadcn@latest add https://evilcharts.com/r/ex-buffer-echarts-line-chart.json

Source

src/registry/examples/echarts/ex-buffer-echarts-line-chart.tsxevilcharts.com/r/ex-buffer-echarts-line-chart.json
1"use client";
2
3import { EChartsLineChart, type ChartConfig } from "@/registry/charts/echarts-line-chart";
4
5const data = [
6 { month: "January", desktop: 342, mobile: 184 },
7 { month: "February", desktop: 876, mobile: 491 },
8 { month: "March", desktop: 512, mobile: 290 },
9 { month: "April", desktop: 629, mobile: 391 },
10 { month: "May", desktop: 458, mobile: 309 },
11 { month: "June", desktop: 781, mobile: 449 },
12 { month: "July", desktop: 394, mobile: 234 },
13 { month: "August", desktop: 925, mobile: 557 },
14 { month: "September", desktop: 647, mobile: 367 },
15 { month: "October", desktop: 532, mobile: 357 },
16 { month: "November", desktop: 803, mobile: 515 },
17 { month: "December", desktop: 271, mobile: 149 },
18];
19
20const chartConfig = {
21 desktop: {
22 label: "Desktop",
23 colors: {
24 light: ["#047857"],
25 dark: ["#10b981"],
26 },
27 },
28 mobile: {
29 label: "Mobile",
30 colors: {
31 light: ["#be123c"],
32 dark: ["#f43f5e"],
33 },
34 },
35} satisfies ChartConfig;
36
37export function EChartsExampleLineChart() {
38 return (
39 <EChartsLineChart
40 data={data}
41 config={chartConfig}
42 className="h-full w-full p-4"
43 xDataKey="month"
44 >
45 <EChartsLineChart.XAxis dataKey="month" tickFormatter={(value) => value.substring(0, 3)} />
46 <EChartsLineChart.Brush />
47 <EChartsLineChart.Legend isClickable />
48 <EChartsLineChart.Tooltip />
49 <EChartsLineChart.Line
50 dataKey="desktop"
51 strokeVariant="solid"
52 enableBufferLine // [!code highlight]
53 isClickable
54 >
55 <EChartsLineChart.Dot variant="border" />
56 <EChartsLineChart.ActiveDot variant="colored-border" />
57 </EChartsLineChart.Line>
58 <EChartsLineChart.Line
59 dataKey="mobile"
60 strokeVariant="solid"
61 enableBufferLine // [!code highlight]
62 isClickable
63 >
64 <EChartsLineChart.Dot variant="border" />
65 <EChartsLineChart.ActiveDot variant="colored-border" />
66 </EChartsLineChart.Line>
67 </EChartsLineChart>
68 );
69}

What it pulls in

Other registry items

  • @evilcharts/echarts-line-chart

Files it writes

  • src/registry/examples/echarts/ex-buffer-echarts-line-chart.tsx

Facts

Registry
EvilCharts
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

evilcharts.com legions-developer/evilcharts on GitHub Raw registry item This item as JSON

More from EvilCharts

All 271 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
allocation-echarts-sankey-chartallocation-echarts-sankey-chartEvilChartsBlocksFree2 deps
audience-echarts-area-chartaudience-echarts-area-chartEvilChartsBlocksFree2 deps
benchmark-echarts-area-chartbenchmark-echarts-area-chartEvilChartsBlocksFree2 deps
budget-echarts-radial-chartbudget-echarts-radial-chartEvilChartsBlocksFree2 deps
cache-tiers-echarts-radial-chartcache-tiers-echarts-radial-chartEvilChartsBlocksFree2 deps
ex-animated-dashed-stroke-area-chartex-animated-dashed-stroke-area-chartEvilChartsBlocksFreeno deps
ex-animated-dashed-stroke-composed-chartex-animated-dashed-stroke-composed-chartEvilChartsBlocksFreeno deps
ex-animated-dashed-stroke-echarts-area-chartex-animated-dashed-stroke-echarts-area-chartEvilChartsBlocksFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex