From 8df8bbf7db31ea52db3ea265f3077e34d5053322 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 8 Jul 2020 10:51:58 -0500 Subject: [PATCH] Chart type cards (#1270) * adds thumbnails * image update * image udate * Description update * enable cards * Update src/pages/data-visualization/chart-types/index.mdx Co-authored-by: Eliad Moosavi * Update src/pages/data-visualization/chart-types/index.mdx Co-authored-by: Eliad Moosavi * Update src/pages/data-visualization/chart-types/index.mdx Co-authored-by: Eliad Moosavi * Update src/pages/data-visualization/chart-types/index.mdx Co-authored-by: Eliad Moosavi * Update src/pages/data-visualization/chart-types/index.mdx Co-authored-by: Eliad Moosavi * link fix * grouped bar link fix * removed design only tags Co-authored-by: Eliad Moosavi --- .../images/grouped-bar-horizontal.svg | 12 ++++++ .../chart-types/images/pie.svg | 10 +++++ .../images/stacked-bar-horizontal.svg | 16 ++++++++ .../data-visualization/chart-types/index.mdx | 38 +++++++++++++++---- 4 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 src/pages/data-visualization/chart-types/images/grouped-bar-horizontal.svg create mode 100644 src/pages/data-visualization/chart-types/images/pie.svg create mode 100644 src/pages/data-visualization/chart-types/images/stacked-bar-horizontal.svg diff --git a/src/pages/data-visualization/chart-types/images/grouped-bar-horizontal.svg b/src/pages/data-visualization/chart-types/images/grouped-bar-horizontal.svg new file mode 100644 index 00000000000..2f3ef15273e --- /dev/null +++ b/src/pages/data-visualization/chart-types/images/grouped-bar-horizontal.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/pages/data-visualization/chart-types/images/pie.svg b/src/pages/data-visualization/chart-types/images/pie.svg new file mode 100644 index 00000000000..5ef26fa7286 --- /dev/null +++ b/src/pages/data-visualization/chart-types/images/pie.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/pages/data-visualization/chart-types/images/stacked-bar-horizontal.svg b/src/pages/data-visualization/chart-types/images/stacked-bar-horizontal.svg new file mode 100644 index 00000000000..c1d2b31dc6f --- /dev/null +++ b/src/pages/data-visualization/chart-types/images/stacked-bar-horizontal.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/pages/data-visualization/chart-types/index.mdx b/src/pages/data-visualization/chart-types/index.mdx index 3d89fc9c773..eb6e16ba353 100644 --- a/src/pages/data-visualization/chart-types/index.mdx +++ b/src/pages/data-visualization/chart-types/index.mdx @@ -7,7 +7,7 @@ import OverviewCard from "components/OverviewCard"; -Start by identifying the purpose of the visualization and choose a chart type appropriately. +Start by identifying the purpose of the visualization and then choose the appropriate chart type. @@ -62,6 +62,16 @@ Start by identifying the purpose of the visualization and choose a chart type ap ![Simple bar (horizontal)](images/barhoriz.svg) + + + + + +![Grouped bar (horizontal)](images/grouped-bar-horizontal.svg) + @@ -102,7 +112,7 @@ Start by identifying the purpose of the visualization and choose a chart type ap ![Stream](images/stream.svg) @@ -130,7 +140,18 @@ Start by identifying the purpose of the visualization and choose a chart type ap href="/data-visualization/basic-charts#pie" > -![Pie](images/donut.svg) +![Pie](images/pie.svg) + + + + + + + +![Stacked bar horizontal](images/stacked-bar-horizontal.svg) @@ -148,7 +169,6 @@ Start by identifying the purpose of the visualization and choose a chart type ap ![Stacked area](images/areastack.svg) @@ -162,14 +182,14 @@ Start by identifying the purpose of the visualization and choose a chart type ap tag="Design only" > -![Meter / gauge](images/gauge.svg) +![Gauge](images/gauge.svg) ![Tree map](images/treemap.svg) @@ -194,7 +214,8 @@ Start by identifying the purpose of the visualization and choose a chart type ap ![Heat map](images/heatmap.svg) @@ -204,7 +225,8 @@ Start by identifying the purpose of the visualization and choose a chart type ap ![Parallel coordinates](images/parallel.svg)