You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
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).
343
345
344
346
#### Installation
345
347
@@ -351,7 +353,7 @@ This component offers the following options which could be set using attributes:
| type | string | pie | The type of the chart, `pie`or `line`|
356
+
| type | string | pie | The type of the chart, `pie`, `line`or `bar`|
355
357
356
358
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.
0 commit comments