Skip to content

Commit 99edeb7

Browse files
authored
Merge pull request #2066 from dxc-technology/gomezivann/bar-chart-removal
Removing Bar Chart component from lib
2 parents 4e8b687 + 4c8ccbf commit 99edeb7

File tree

16 files changed

+3247
-6418
lines changed

16 files changed

+3247
-6418
lines changed

LOCAL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The monorepo is structured as follows (some folders and files are omitted for ex
2222
📂 apps
2323
📂 website # Contains our Next.js documentation site application
2424
📂 packages
25-
📂 cloudscape-themed # Contains Cloudscape components themed by Halstack
2625
📂 lib # Contains halstack-react component library
2726
📄 package.json # Root package.json
2827
📄 package-lock.json # Root package-lock.json

apps/website/screens/components/bar-chart/code/BarChartCodePage.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import QuickNavContainer from "@/common/QuickNavContainer";
44
import TableCode, { ExtendedTableCode } from "@/common/TableCode";
55
import DocFooter from "@/common/DocFooter";
66
import Code from "@/common/Code";
7-
import Example from "@/common/example/Example";
8-
import complete from "./examples/complete";
97

108
const thresholdSeriesTypeString = `{
119
title: string;
@@ -212,12 +210,7 @@ const sections = [
212210
},
213211
{
214212
title: "Examples",
215-
subSections: [
216-
{
217-
title: "Complete bar chart",
218-
content: <Example example={complete} defaultIsVisible />,
219-
},
220-
],
213+
content: "Right now there are no examples for this component.",
221214
},
222215
];
223216

apps/website/screens/components/bar-chart/code/examples/complete.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)