926 lines
20 KiB
TypeScript
926 lines
20 KiB
TypeScript
import { Registry } from "@/registry/schema"
|
|
|
|
export const charts: Registry = [
|
|
// Area Charts
|
|
{
|
|
name: "chart-area-axes",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-axes.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-default",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-default.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-gradient",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-gradient.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-icons",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-icons.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-interactive",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart", "select"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-interactive.tsx",
|
|
type: "registry:component",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-legend",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-legend.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-linear",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-linear.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-stacked-expand",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-stacked-expand.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-stacked",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-stacked.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
{
|
|
name: "chart-area-step",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-area-step.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Area",
|
|
},
|
|
|
|
// Bar Charts
|
|
{
|
|
name: "chart-bar-active",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-active.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-default",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-default.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-horizontal",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-horizontal.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-interactive",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-interactive.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-label-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-label-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-label",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-label.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-mixed",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-mixed.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-multiple",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-multiple.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-negative",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-negative.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
{
|
|
name: "chart-bar-stacked",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-bar-stacked.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Bar",
|
|
},
|
|
|
|
// Line Charts
|
|
{
|
|
name: "chart-line-default",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-default.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-dots-colors",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-dots-colors.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-dots-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-dots-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-dots",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-dots.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-interactive",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-interactive.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-label-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-label-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-label",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-label.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-linear",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-linear.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-multiple",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-multiple.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
{
|
|
name: "chart-line-step",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-line-step.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Line",
|
|
},
|
|
|
|
// Pie Charts
|
|
{
|
|
name: "chart-pie-donut-active",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-donut-active.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-donut-text",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-donut-text.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-donut",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-donut.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-interactive",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-interactive.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-label-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-label-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-label-list",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-label-list.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-label",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-label.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-legend",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-legend.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-separator-none",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-separator-none.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-simple",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-simple.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
{
|
|
name: "chart-pie-stacked",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-pie-stacked.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Pie",
|
|
},
|
|
|
|
// Radar Charts
|
|
{
|
|
name: "chart-radar-default",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-default.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-dots",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-dots.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-circle-fill",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-circle-fill.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-circle-no-lines",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-circle-no-lines.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-circle",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-circle.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-fill",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-fill.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-grid-none",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-grid-none.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-icons",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-icons.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-label-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-label-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-legend",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-legend.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-lines-only",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-lines-only.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-multiple",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-multiple.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
{
|
|
name: "chart-radar-radius",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radar-radius.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radar",
|
|
},
|
|
|
|
// Radial Charts
|
|
{
|
|
name: "chart-radial-grid",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-grid.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-radial-label",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-label.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-radial-shape",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-shape.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-radial-simple",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-simple.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-radial-stacked",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-stacked.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-radial-text",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-radial-text.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Radial",
|
|
},
|
|
{
|
|
name: "chart-tooltip-default",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-default.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-indicator-line",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-indicator-line.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-indicator-none",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-indicator-none.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-label-none",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-label-none.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-label-custom",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-label-custom.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-label-formatter",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-label-formatter.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-formatter",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-formatter.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-icons",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-icons.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
{
|
|
name: "chart-tooltip-advanced",
|
|
type: "registry:block",
|
|
registryDependencies: ["card", "chart"],
|
|
files: [
|
|
{
|
|
path: "block/chart-tooltip-advanced.tsx",
|
|
type: "registry:block",
|
|
},
|
|
],
|
|
category: "Charts",
|
|
subcategory: "Tooltip",
|
|
},
|
|
]
|