Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ install-state.gz
# Docusaurus
.docusaurus

# Netlify
.netlify/

# React Native

## Xcode
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docgen.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
'chart/axis/XAxis',
'chart/axis/YAxis',
'chart/PeriodSelector',
'chart/Point',
'chart/point/Point',
'chart/scrubber/Scrubber',
'chips/Chip',
'chips/InputChip',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ AreaChart is a cartesian chart variant that allows for easy visualization of sta
]}
type="gradient"
showLines
curve="monotone"
showYAxis
yAxis={{
showGrid: true,
Expand All @@ -36,7 +35,6 @@ AreaChart is a cartesian chart variant that allows for easy visualization of sta
]}
type="gradient"
showLines
curve="monotone"
/>
```

Expand Down
Loading