Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7c86df8

Browse files
doc: add bar chart
1 parent a66e455 commit 7c86df8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
72.3 KB
Loading

doc/slides/slides.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Some templates offer extra features as for example the slide [Code](#slide-code)
4141

4242
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-pie-layout.png" width="200px">
4343
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-line-layout.png" width="200px">
44+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-bar-layout.png" width="200px">
4445

4546
* [Youtube](#slide-youtube)
4647

@@ -322,6 +323,7 @@ The "Chart" slide let you draw easily charts in your presentation.
322323

323324
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-pie-layout.png" width="450px">
324325
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-line-layout.png" width="450px">
326+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-chart-bar-layout.png" width="450px">
325327

326328
#### Usage
327329

@@ -339,7 +341,7 @@ The slot `title` is optional.
339341

340342
#### Chart components
341343

342-
The slide "Chart" relies on the charts components `<deckgo-pie-chart/>` and `<deckgo-line-chart/>` which are described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
344+
The slide "Chart" relies on the charts components `<deckgo-pie-chart/>`, `<deckgo-line-chart/>` and `<deckgo-bar-chart/>` which are described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
343345

344346
#### Installation
345347

@@ -351,7 +353,7 @@ This component offers the following options which could be set using attributes:
351353

352354
| Attribute | Type | Default | Description |
353355
| -------------------------- |:-----------------:|:-----------------:|:-----------------:|
354-
| type | string | pie | The type of the chart, `pie` or `line` |
356+
| type | string | pie | The type of the chart, `pie`, `line` or `bar` |
355357

356358
Furthermore, this slide component offers the same attributes as the [DeckDeckGo] charts Web Component, see its [documentation](https://github.com/fluster/deckdeckgo-charts) for the details.
357359

0 commit comments

Comments
 (0)