Skip to content

Commit

Permalink
Fix href's to API sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmh4 committed Nov 21, 2023
1 parent 207a4ee commit 39d93aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Use these charts where the communication goal is to show intent or generality, a

### Features

| Chart Type | API |
| -------------- | --------------------------------------------- |
| Bar | <a href="#Bar">roughViz.Bar</a> |
| Horizontal Bar | <a href="#BarH">roughViz.BarH</a> |
| Donut | <a href="#Donut">roughViz.Line</a> |
| Line | <a href="#Line">roughViz.Line</a> |
| Pie | <a href="#Pie">roughViz.Pie</a> |
| Scatter | <a href="#Scatter">roughViz.Scatter</a> |
| Stacked Bar | <a href="#StackedBar">roughViz.StackedBar</a> |
| Chart Type | API |
| -------------- | ----------------------------------------------------- |
| Bar | <a href="#roughvizbar">roughViz.Bar</a> |
| Horizontal Bar | <a href="#roughvizbarh">roughViz.BarH</a> |
| Donut | <a href="#roughvizdonut">roughViz.Donut</a> |
| Line | <a href="#roughvizline">roughViz.Line</a> |
| Pie | <a href="#roughvizpie">roughViz.Pie</a> |
| Scatter | <a href="#roughvizscatter">roughViz.Scatter</a> |
| Stacked Bar | <a href="#roughvizstackedbar">roughViz.StackedBar</a> |

Apply the features of `roughjs` to each chart:

Expand Down

0 comments on commit 39d93aa

Please sign in to comment.