Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
littleark committed Jan 5, 2024
1 parent b41bd8d commit e372695
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# chrt-line
Component for the creation of **Line charts** and **Area charts** in `chrt`. Line charts are used to display data as a series of points connected by line segments. A line chart is often used to visualize a trend in data over intervals of time.
# chrt-line: Line and Area Chart Module

The `chrt-line` module in the Chrt library facilitates the creation of Line charts and Area charts. Line charts visually represent data trends over intervals, connecting data points through line segments. Area charts, on the other hand, paint the area between the axis and line with customizable colors, textures, or hatchings, aiding in the comparison of two or more quantities.

### Key Features:

- **Line Charts:** Utilize the module to create Line charts, suitable for displaying trends in data over time.

- **Area Charts:** Leverage the functionality for Area charts, enhancing the comparison of quantities by filling the area between the axis and line with visual elements.

### Observable Examples and Documentation:

[Chrt Line Charts - Observable](https://observablehq.com/@chrt/line-charts?collection=@chrt/chrt)

In Area charts, the area between axis and line are painted with colors, textures or hatchings, they facilitate the comparison of two or more quantities.

## How to build

Expand Down

0 comments on commit e372695

Please sign in to comment.