Skip to content

Commit

Permalink
feat(homepage): update network demo examples
Browse files Browse the repository at this point in the history
  • Loading branch information
serjilyashenko committed Sep 25, 2024
1 parent 6cd954f commit fc81027
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ a simple and efficient way to visualize data without the bulk of heavier librari

## Network

<Aside type="tip">
The demo is interactive
</Aside>

<Network />

## Map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: simple-pie
description: How to install and use simple-pie npm package
---
import { Aside, Card, CardGrid, Code, Tabs, TabItem } from '@astrojs/starlight/components';
import { Aside, Code, Tabs, TabItem } from '@astrojs/starlight/components';
import Network from '@components/Network.astro'

`simple-pie` creates simple svg pie and doughnut charts for infographics like graphs and others in browser environments.

Expand Down Expand Up @@ -126,3 +127,9 @@ const nodes = new DataSet([{
},
...
```

<Aside type="tip">
The demo is interactive
</Aside>

<Network />

0 comments on commit fc81027

Please sign in to comment.