From f40abe924425f03a592248373603c1ef169a84bd Mon Sep 17 00:00:00 2001 From: Bart Deslagmulder Date: Fri, 2 Nov 2018 08:46:06 +0100 Subject: [PATCH] Consistent use of punctuation and quick review in docs (#5796) --- docs/README.md | 2 +- docs/axes/README.md | 8 +++--- docs/axes/cartesian/README.md | 2 +- docs/axes/cartesian/time.md | 10 +++---- docs/axes/labelling.md | 4 +-- docs/axes/radial/linear.md | 12 ++++---- docs/axes/styling.md | 12 ++++---- docs/charts/README.md | 2 +- docs/charts/area.md | 2 +- docs/charts/bar.md | 8 +++--- docs/charts/bubble.md | 22 +++++++-------- docs/charts/doughnut.md | 8 +++--- docs/charts/line.md | 24 ++++++++-------- docs/charts/polar.md | 4 +-- docs/charts/radar.md | 14 ++++----- docs/configuration/README.md | 1 - docs/configuration/animations.md | 2 +- docs/configuration/elements.md | 14 ++++----- docs/configuration/legend.md | 16 +++++------ docs/configuration/title.md | 10 +++---- docs/configuration/tooltip.md | 44 ++++++++++++++--------------- docs/developers/api.md | 2 +- docs/developers/charts.md | 2 +- docs/general/colors.md | 2 +- docs/general/interactions/README.md | 2 +- docs/general/interactions/events.md | 4 +-- docs/general/interactions/modes.md | 4 +-- 27 files changed, 117 insertions(+), 120 deletions(-) diff --git a/docs/README.md b/docs/README.md index 24ee8d499..7cf993d3c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ You can download the latest version of Chart.js from the [GitHub releases](https It's easy to get started with Chart.js. All that's required is the script included in your page along with a single `` node to render the chart. -In this example, we create a bar chart for a single dataset and render that in our page. You can see all the ways to use Chart.js in the [usage documentation](./getting-started/usage.md) +In this example, we create a bar chart for a single dataset and render that in our page. You can see all the ways to use Chart.js in the [usage documentation](./getting-started/usage.md). ```html