Skip to content

Commit

Permalink
Update sparkline.md
Browse files Browse the repository at this point in the history
Fixing capitalization error

Signed-off-by: duckboy81 <[email protected]>
  • Loading branch information
duckboy81 authored Jul 23, 2024
1 parent 000042a commit bc4b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/charts/sparkline/sparkline.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components: SparkLineChart
## Basics

A sparkline is a small chart drawn without axes or coordinates, that presents the general shape of a variation in a simplified way.
The `<SparklineChart />` requires only the `data` props which is an array of numbers.
The `<SparkLineChart />` requires only the `data` props which is an array of numbers.
You can also switch from line to a bar plot with `plotType="bar"`.

{{"demo": "BasicSparkLine.js"}}
Expand Down

0 comments on commit bc4b9aa

Please sign in to comment.