diff --git a/docs/docs/getting-started/index.md b/docs/docs/getting-started/index.md index 3de548ed7..622a52257 100644 --- a/docs/docs/getting-started/index.md +++ b/docs/docs/getting-started/index.md @@ -4,10 +4,12 @@ title: Getting Started Let's get started using Chart.js! -First, we need to have a canvas in our page. +First, we need to have a canvas in our page. It's recommended to give the chart its own container for [responsiveness](../general/responsive.md). ```html - +