From 7367ea115dd7e348681d53a463b88522bad02852 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Wed, 8 Mar 2017 21:17:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7f57ddb..11ce2fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -247,11 +247,7 @@ Sometimes you need more control over chart.js. Thats why you can access the char ### Bar Chart

- The bar chart has an **optional** third parameter, which is the type. - The default type is `bar` but you can pass `horizontalBar` if you want horizontal bars. - - `renderChart (data, options, type) {}` - + There are two versions of the Bar chart. `{Bar}` and `{HorizontalBar}`

![Bar](assets/bar.png)