We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec2c40 commit 7367ea1Copy full SHA for 7367ea1
docs/README.md
@@ -247,11 +247,7 @@ Sometimes you need more control over chart.js. Thats why you can access the char
247
248
### Bar Chart
249
<p class="tip">
250
- The bar chart has an **optional** third parameter, which is the type.
251
- The default type is `bar` but you can pass `horizontalBar` if you want horizontal bars.
252
-
253
- `renderChart (data, options, type) {}`
254
+ There are two versions of the Bar chart. `{Bar}` and `{HorizontalBar}`
255
</p>
256
257

0 commit comments