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

Commit e06f281

Browse files
doc(#16): add component to extra components list
1 parent 6e67810 commit e06f281

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/components/components.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Table of contents
66

77
- [Gif](#gif)
8+
- [Chart](#chart)
89
- [Youtube](#youtube)
910
- [Social](#social)
1011

@@ -54,6 +55,14 @@ The following theming options will affect this component if set on its host or p
5455

5556
Of course, as other images added to a presentation build with [DeckDeckGo], gifs are lazy loaded too.
5657

58+
## Chart
59+
60+
The "Chart" component is an extra component which let you draw charts easily. This Web Component could be use in [DeckDeckGo] or in any other web projects. See its [documentation](https://github.com/fluster/deckdeckgo-charts) for the details.
61+
62+
### Installation
63+
64+
**Important note**: The [DeckDeckGo] charts components are provided in separate extra library. If you wish to add charts to your presentation, you will need to install this extra component from a CDN or [npm](https://www.npmjs.com/package/deckdeckgo). See its related [installation guide](https://github.com/fluster/deckdeckgo-charts#getting-started).
65+
5766
## Youtube
5867

5968
The "Youtube" component allows you to easily add a [Youtube](https://youtube.com) video in almost any slide of your presentation.

doc/slides/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The slide "Chart" relies on the charts components `<deckgo-pie-chart/>` and `<de
343343

344344
##### Installation
345345

346-
**Important note**: The [DeckDeckGo] charts components are provided in separate extra library. If you wish to add charts to your presentation, you will need to install this extra component from a CDN or [npm](https://www.npmjs.com/package/deckdeckgo). See the related documentation from its [installation guide](https://github.com/fluster/deckdeckgo-charts#getting-started).
346+
**Important note**: The [DeckDeckGo] charts components are provided in separate extra library. If you wish to add charts to your presentation, you will need to install this extra component from a CDN or [npm](https://www.npmjs.com/package/deckdeckgo). See its related [installation guide](https://github.com/fluster/deckdeckgo-charts#getting-started).
347347

348348
From a CDN:
349349

0 commit comments

Comments
 (0)