diff --git a/.dumirc.ts b/.dumirc.ts index dca52e1..0eef287 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -34,7 +34,9 @@ const themeConfig = { }, name: 'Charts', nav: [ - { link: '/components/area-chart', title: 'Components' }, + { link: '/components/bar-chart', title: 'Charts' }, + { link: 'https://ui.lobehub.com', mode: 'override', title: 'UI' }, + { link: 'https://icon.lobehub.com', mode: 'override', title: 'Icons' }, { link: '/changelog', title: 'Changelog' }, ], socialLinks: { diff --git a/README.md b/README.md index b46be51..03809d3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,18 @@ React modern charts components built on recharts ## ✨ Features +- [x] Line Chart +- [x] Area Chart +- [x] Bar Chart +- [x] Donut Chart +- [x] Funnel Chart +- [x] Scatter Chart +- [x] Spark Chart +- [x] Heatmaps +- [x] Data List +- [x] Tracker +- [x] Legend +
diff --git a/src/BarChart/index.md b/src/BarChart/index.md
index f8e03ee..5a0b520 100644
--- a/src/BarChart/index.md
+++ b/src/BarChart/index.md
@@ -2,6 +2,7 @@
nav: Components
group: Charts
description: Bar charts compare numerical values and use the length of each bar to represent the value of each variable.
+order: 0
---
diff --git a/src/DataBars/index.md b/src/DataBars/index.md
index 1ebbcaa..6ce209f 100644
--- a/src/DataBars/index.md
+++ b/src/DataBars/index.md
@@ -1,6 +1,6 @@
---
nav: Components
-group: Charts
+group: Visualizations
atomId: 'ProgressBar, MarkerBar, DeltaBar, CategoryBar'
description: Components to indicate progress, performance, or status. For example, an individual score compared to a benchmark, the length of a process, or the deviation of a value.
---
diff --git a/src/FunnelChart/index.md b/src/FunnelChart/index.md
index 13df784..0754e50 100644
--- a/src/FunnelChart/index.md
+++ b/src/FunnelChart/index.md
@@ -2,6 +2,7 @@
nav: Components
group: Charts
description: A funnel chart illustrates the progression or conversion rates through successive stages of a process.
+order: 3
---
diff --git a/src/Heatmaps/index.md b/src/Heatmaps/index.md
index dc6eefd..d4d6dbb 100644
--- a/src/Heatmaps/index.md
+++ b/src/Heatmaps/index.md
@@ -1,6 +1,6 @@
---
nav: Components
-group: Charts
+group: Visualizations
description: A flexible React component to display activity data in a heatmaps chart.
---
diff --git a/src/Legend/index.md b/src/Legend/index.md
index dcf9569..1db3c41 100644
--- a/src/Legend/index.md
+++ b/src/Legend/index.md
@@ -1,6 +1,6 @@
---
nav: Components
-group: Charts
+group: Visualizations
description: A color-coded legend which goes well with data bar components.
---
diff --git a/src/LineChart/index.md b/src/LineChart/index.md
index 742ead9..96deaff 100644
--- a/src/LineChart/index.md
+++ b/src/LineChart/index.md
@@ -2,6 +2,7 @@
nav: Components
group: Charts
description: A line chart is a graphical representation that connects one or more series of data points with a continuous line.
+order: 1
---
diff --git a/src/ScatterChart/index.md b/src/ScatterChart/index.md
index 12ecbbe..978a02e 100644
--- a/src/ScatterChart/index.md
+++ b/src/ScatterChart/index.md
@@ -2,6 +2,7 @@
nav: Components
group: Charts
description: A scatter chart visualizes relationships between two or three variables.
+order: 4
---
diff --git a/src/SparkChart/index.md b/src/SparkChart/index.md
index b6e45c5..ca8910c 100644
--- a/src/SparkChart/index.md
+++ b/src/SparkChart/index.md
@@ -1,6 +1,6 @@
---
nav: Components
-group: Charts
+group: Visualizations
atomId: 'SparkAreaChart, SparkBarChart, SparkLineChart'
description: A small graph capable of visualizing data in a simplified form.
---
diff --git a/src/Tracker/index.md b/src/Tracker/index.md
index 4c292ab..c444e4f 100644
--- a/src/Tracker/index.md
+++ b/src/Tracker/index.md
@@ -1,6 +1,6 @@
---
nav: Components
-group: Charts
+group: Visualizations
description: Component for visualizing activity logs or other data related to monitoring.
---