From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 21 Jul 2020 21:50:18 +0000 (-0700) Subject: Docs: chart should live in own container (#7658) X-Git-Tag: v3.0.0-beta.2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8837cbc8905d65ee0577914224f170ec8271bab0;p=thirdparty%2FChart.js.git Docs: chart should live in own container (#7658) --- 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 - +