-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |