diff --git a/_contentTemplates/chart/link-to-basics.md b/_contentTemplates/chart/link-to-basics.md index 05adea04be..5b4107e297 100644 --- a/_contentTemplates/chart/link-to-basics.md +++ b/_contentTemplates/chart/link-to-basics.md @@ -66,9 +66,6 @@ To create overlap, set negative values. You can configure the values of `Gap` and `Spacing` for the whole chart in the first series and they are applied for all categories and series items. ->caption Configuring Gap and Spacing in a Column chart. 'g' and 's' are the values of Gap and Spacing respectively and 'x' is the width of the series item. For this chart g = 2 and s = 1. - -![](images/gap-and-spacing.png) #end diff --git a/components/chart/types/images/area-chart-step-and-smooth.png b/components/chart/types/images/area-chart-step-and-smooth.png deleted file mode 100644 index 178235f743..0000000000 Binary files a/components/chart/types/images/area-chart-step-and-smooth.png and /dev/null differ diff --git a/components/chart/types/images/basic-ohlc-chart.png b/components/chart/types/images/basic-ohlc-chart.png deleted file mode 100644 index d7746e53fb..0000000000 Binary files a/components/chart/types/images/basic-ohlc-chart.png and /dev/null differ diff --git a/components/chart/types/images/basic-radar-area-chart.png b/components/chart/types/images/basic-radar-area-chart.png deleted file mode 100644 index 1c7c515556..0000000000 Binary files a/components/chart/types/images/basic-radar-area-chart.png and /dev/null differ diff --git a/components/chart/types/images/basic-radar-line-chart.png b/components/chart/types/images/basic-radar-line-chart.png deleted file mode 100644 index 7a6dba4602..0000000000 Binary files a/components/chart/types/images/basic-radar-line-chart.png and /dev/null differ diff --git a/components/chart/types/ohlc.md b/components/chart/types/ohlc.md index 3e700999d6..1bc2d5f5b4 100644 --- a/components/chart/types/ohlc.md +++ b/components/chart/types/ohlc.md @@ -12,10 +12,6 @@ position: 0 The OHLC (open-high-low-close) chart is typically used to illustrate movements in the price of a financial instrument over time. Each vertical line on the chart shows the price range (the highest and lowest prices) over a period of time. ->caption OHLC chart. Results from the first code snippet below - -![](images/basic-ohlc-chart.png) - @[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first) #### To create an OHLC chart: diff --git a/components/chart/types/radar-area.md b/components/chart/types/radar-area.md index f681fddcf5..65dfa99f9c 100644 --- a/components/chart/types/radar-area.md +++ b/components/chart/types/radar-area.md @@ -15,10 +15,6 @@ The caption Radar Area chart. Results from the first code snippet below - -![](images/basic-radar-area-chart.png) - @[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first) #### To create a radar area chart: diff --git a/components/chart/types/radar-line.md b/components/chart/types/radar-line.md index 819f3b7649..fd62455be2 100644 --- a/components/chart/types/radar-line.md +++ b/components/chart/types/radar-line.md @@ -14,11 +14,6 @@ The caption Radar Line chart. Results from the first code snippet below - -![](images/basic-radar-line-chart.png) - @[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first) #### To create a radar line chart: