From 39d93aacb440a3557b4d4a9df4e008b8e73e1672 Mon Sep 17 00:00:00 2001 From: mhmh4 <86537561+mhmh4@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:43:52 -0500 Subject: [PATCH] Fix href's to API sections --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2cc2b91..619c6d7 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ Use these charts where the communication goal is to show intent or generality, a ### Features -| Chart Type | API | -| -------------- | --------------------------------------------- | -| Bar | roughViz.Bar | -| Horizontal Bar | roughViz.BarH | -| Donut | roughViz.Line | -| Line | roughViz.Line | -| Pie | roughViz.Pie | -| Scatter | roughViz.Scatter | -| Stacked Bar | roughViz.StackedBar | +| Chart Type | API | +| -------------- | ----------------------------------------------------- | +| Bar | roughViz.Bar | +| Horizontal Bar | roughViz.BarH | +| Donut | roughViz.Donut | +| Line | roughViz.Line | +| Pie | roughViz.Pie | +| Scatter | roughViz.Scatter | +| Stacked Bar | roughViz.StackedBar | Apply the features of `roughjs` to each chart: