-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2065 from dxc-technology/gomezivann/data-visualiz…
…ation New Data visualization page
- Loading branch information
Showing
32 changed files
with
517 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
apps/website/pages/components/bar-chart/specifications.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Head from "next/head"; | ||
import DataVisualizationPage from "../../screens/principles/data-visualization/DataVisualizationPage"; | ||
|
||
const DataVisualization = () => { | ||
return ( | ||
<> | ||
<Head> | ||
<title>Data visualization — Halstack Design System</title> | ||
</Head> | ||
<DataVisualizationPage></DataVisualizationPage> | ||
</> | ||
); | ||
}; | ||
|
||
export default DataVisualization; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
apps/website/screens/components/bar-chart/BarChartPageLayout.tsx
This file was deleted.
Oops, something went wrong.
228 changes: 0 additions & 228 deletions
228
apps/website/screens/components/bar-chart/code/BarChartCodePage.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.