Skip to content

Commit 3eb6b59

Browse files
Apostolos GiatsidisDimo Dimov
authored andcommitted
docs(chart): remove images (#726)
1 parent 3659d50 commit 3eb6b59

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

_contentTemplates/chart/link-to-basics.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ To create overlap, set negative values.
6666

6767
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.
6868

69-
>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.
70-
71-
![](images/gap-and-spacing.png)
7269
#end
7370

7471

-12.4 KB
Binary file not shown.
-5.59 KB
Binary file not shown.
-10.1 KB
Binary file not shown.
-15 KB
Binary file not shown.

components/chart/types/ohlc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ position: 0
1212

1313
The <a href="https://www.telerik.com/blazor-ui/ohlc-chart" target="_blank">OHLC (open-high-low-close) chart </a> 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.
1414

15-
>caption OHLC chart. Results from the first code snippet below
16-
17-
![](images/basic-ohlc-chart.png)
18-
1915
@[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first)
2016

2117
#### To create an OHLC chart:

components/chart/types/radar-area.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ The <a href="https://www.telerik.com/blazor-ui/radar-area-chart" target="_blank"
1515
Radar area charts are often used to make comparisons between several units that depend on a multitude of quantitative factors, with the compared units being the individual series, and the factors being the categories. When backgrounds are semi-transparent, it lets the user clearly see where different sets of data overlap.
1616

1717

18-
>caption Radar Area chart. Results from the first code snippet below
19-
20-
![](images/basic-radar-area-chart.png)
21-
2218
@[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first)
2319

2420
#### To create a radar area chart:

components/chart/types/radar-line.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ The <a href="https://www.telerik.com/blazor-ui/radar-line-chart" target="_blank"
1414

1515
Radar line charts are often used to make comparisons between several units that depend on a multitude of quantitative factors, with the compared units being the individual series, and the factors being the categories. The lack of overlap between the series makes it easier to compare individual values in addition to overall coverage.
1616

17-
18-
>caption Radar Line chart. Results from the first code snippet below
19-
20-
![](images/basic-radar-line-chart.png)
21-
2217
@[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first)
2318

2419
#### To create a radar line chart:

0 commit comments

Comments
 (0)