From 07d3cdd7e4aeab27540ce493fbb891e2b67fc6ef Mon Sep 17 00:00:00 2001 From: Erfin Badriansyah <70316635+erfinbadrian@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:52:02 +0700 Subject: [PATCH 1/2] ChartyAxisOnRight.js Chart with yAxis on right --- .../insertYourLoaderHere/ChartyAxisOnRight.js | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js diff --git a/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js b/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js new file mode 100644 index 0000000..366d65d --- /dev/null +++ b/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js @@ -0,0 +1,36 @@ +import React from "react" +import ContentLoader, { Rect, Circle, Path } from "react-content-loader/native" + +const ChartyAxisOnRight = props => { + return( + + + + + + + + + + + + ) +} + + +ChartyAxisOnRight.metadata = { + name: 'Erfin Badriansyah', + github: 'erfinbadrian', + description: 'Chart with yAxis on right', + filename: 'ChartyAxisOnRight', +} + +export default ChartyAxisOnRight From 21fd941e88ca595621d01941cfc5e34793eb7d1a Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Mon, 8 Aug 2022 09:47:37 +0100 Subject: [PATCH 2/2] Update index.js --- src/Gallery/insertYourLoaderHere/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gallery/insertYourLoaderHere/index.js b/src/Gallery/insertYourLoaderHere/index.js index 38a41b9..36f541b 100644 --- a/src/Gallery/insertYourLoaderHere/index.js +++ b/src/Gallery/insertYourLoaderHere/index.js @@ -1,3 +1,4 @@ +export { default as ChartyAxisOnRight } from './ChartyAxisOnRight' export { default as Sidebar } from './Sidebar' export { default as TaskList } from './TaskList' export { default as RepeatableTableRows } from './RepeatableTableRows'