BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gpt-vis/radar

GPT-Vis Radar Chart

gpt-vis/radar
FreeComponent

A radar chart component for @antv/gpt-vis. Display multidimensional data across four or more axes.

Install it

npx shadcn@latest add https://gpt-vis.antv.vision/r/radar.json

Source

cn/block/gpt-vis/radar.tsxgpt-vis.antv.vision/r/radar.json
1'use client';
2
3import type { RadarConfig } from '@antv/gpt-vis';
4import { GPTVis, type GPTVisProps } from './gpt-vis';
5
6export interface RadarProps extends Omit<GPTVisProps, 'content'> {
7 config: Omit<RadarConfig, 'type'>;
8}
9
10export function Radar({ config, ...props }: RadarProps) {
11 return <GPTVis content={{ type: 'radar', ...config }} {...props} />;
12}

What it pulls in

npm packages

  • @antv/gpt-vis
  • clsx
  • tailwind-merge

Files it writes

  • cn/block/gpt-vis/gpt-vis.tsx
  • cn/block/gpt-vis/radar.tsx

Facts

Registry
gpt-vis
Type
registry:ui
Access
Free
Files written
2
Licence
MIT
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

gpt-vis.antv.vision antvis/GPT-Vis on GitHub Raw registry item This item as JSON

More from gpt-vis

All 27 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
GPT-Vis Area Chartareagpt-visComponentsFree3 deps · 2 files
GPT-Vis Bar Chartbargpt-visComponentsFree3 deps · 2 files
GPT-Vis Boxplot Chartboxplotgpt-visComponentsFree3 deps · 2 files
GPT-Vis Column Chartcolumngpt-visComponentsFree3 deps · 2 files
GPT-Vis Dual Axes Chartdual-axesgpt-visComponentsFree3 deps · 2 files
GPT-Vis Fishbone Diagramfishbone-diagramgpt-visComponentsFree3 deps · 2 files
GPT-Vis Flow Diagramflow-diagramgpt-visComponentsFree3 deps · 2 files
GPT-Vis Funnel Chartfunnelgpt-visComponentsFree3 deps · 2 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex