Skip to content

Commit

Permalink
docs: add english docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Nov 12, 2024
1 parent b82c010 commit 7a904e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/docs/options/overview.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: Component Overview
showToc: false
---

When it comes to charts, what usually comes to mind are bar charts, pie charts, trend charts, and so on. This is a classification of charts based on graphical dimensions, which often leads to the misuse of charts.

The purpose of charts is to help us better understand the data. The primary question to answer when choosing a chart is **"What data do I have, and what do I need to do with the chart?"** rather than **"What does the chart look like?"**. Therefore, we classify charts from the perspective of data and functionality.

<code src="./demos/components-list.tsx"></code>

0 comments on commit 7a904e5

Please sign in to comment.