From 8837cbc8905d65ee0577914224f170ec8271bab0 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 21 Jul 2020 14:50:18 -0700 Subject: [PATCH] Docs: chart should live in own container (#7658) --- docs/docs/getting-started/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 - +
+ +
``` Now that we have a canvas we can use, we need to include Chart.js in our page. -- 2.47.3