Skip to content

Commit

Permalink
✨ add charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 22, 2024
1 parent 461b9a8 commit 71fe40b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/charts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"demo": "demo/charts/lineChart_david_friyia.mp4",
"Author": "David Friyia",
"source": "https://github.com/friyiajr/SkiaAnimationShowcase/tree/main/src/YouTube/LineChart",
"twitterId": "wa2goose",
"linkedInId": "thefriyia"
}
]
13 changes: 13 additions & 0 deletions docs/charts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: charts
title: Charts
description: All Charts Animation In React Native
---

import useBaseUrl from "@docusaurus/useBaseUrl";
import { Video } from "@site/components/video";
import charts from "@site/data/charts.json"

import Gallery from '@site/components/gallery/Gallery';

<Gallery items={charts} />
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
packages: ["getting-started", "loaders"],
packages: ["getting-started", "loaders", "charts"],
};
Binary file added static/demo/charts/lineChart_david_friyia.mp4
Binary file not shown.

0 comments on commit 71fe40b

Please sign in to comment.