Skip to content

Commit fa47084

Browse files
authored
doc: Add link to API reference + React example in README (#61)
1 parent 1a942cc commit fa47084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn add @mongodb-js/charts-embed-dom
2727
## Documentation 📖
2828

2929
- [Installation & MongoDB Docs](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)
30+
- [Embedding SDK API Reference](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom)
3031
- [Examples](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples)
3132

3233
### Embedded Chart Guides
@@ -38,6 +39,7 @@ yarn add @mongodb-js/charts-embed-dom
3839
- [Getting started with click events](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/click-events-basic)
3940
- [Interactive filtering using click events](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/click-events-filtering)
4041
- [Programmatic highlighting](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/programmatic-highlighting)
42+
- [Timeline Chart (React Example)](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/timeline-charts-example)
4143

4244
### Embedded Dashboard Guides
4345

0 commit comments

Comments
 (0)