Skip to content

Commit f6cc65e

Browse files
committed
Replace 25_1 -> 25_2
1 parent b94602b commit f6cc65e

File tree

34 files changed

+54
-54
lines changed

34 files changed

+54
-54
lines changed

concepts/05 UI Components/Box/10 Arrange and Align Items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Items can be arranged in a row or in a column depending on the value of the [dir
9393
"height": 300
9494
},
9595
"images": [
96-
{ "image": "/Content/images/doc/25_1/UiWidgets/Box/Box_direction_row.png", "text": "<b>direction</b>: <i>'row'</i>" },
97-
{ "image": "/Content/images/doc/25_1/UiWidgets/Box/Box_direction_column.png", "text": "<b>direction</b>: <i>'col'</i>" }
96+
{ "image": "/Content/images/doc/25_2/UiWidgets/Box/Box_direction_row.png", "text": "<b>direction</b>: <i>'row'</i>" },
97+
{ "image": "/Content/images/doc/25_2/UiWidgets/Box/Box_direction_column.png", "text": "<b>direction</b>: <i>'col'</i>" }
9898
]
9999
}
100100
</script>

concepts/05 UI Components/Chart/11 Series Types/10 Line Series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Line series visualize data as a collection of points connected by a line. This line can be broken, smooth, or step-like, which corresponds to the **Line**, **Spline**, and **Step Line** series types.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/line.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/line.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/line.html, /Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/line.js"></div>
44

55
Line series also include stacked series types: **Stacked Line** and **Stacked Spline**. In such series, the value of each next point is counted off from the previous point with the same argument. As a result, series are put in a stack. Very similar to stacked series are full-stacked series - **Full-Stacked Line** and **Full-Stacked Spline**. In these series, the sum of all point values by a given argument is considered 100%, and each individual point value is recalculated to be a share of these 100%.
66

7-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/stackedline.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/stackedline.js"></div>
7+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/stackedline.html, /Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/stackedline.js"></div>
88

99
To specify one or another series type, assign its name to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property. You can configure:
1010

concepts/05 UI Components/Chart/11 Series Types/20 Bar Series/Bar Series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Bar series visualize data as a collection of bars. Those bars can be displayed side by side, as in the **Bar** series type, or can be put in stacks, as in the **Stacked Bar** and **Full-Stacked Bar** series types.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bar.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bar.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/bar.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bar.js"></div>
44

55
To specify one or another series type, assign its name to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property. You can configure:
66

concepts/05 UI Components/Chart/11 Series Types/30 Area Series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Area series visualize data as an area filled with a color. This area is limited on top by a broken, smooth, or step-like line, which corresponds to the **Area**, **Spline Area**, and **Step Area** series types.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/area.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/area.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/area.html, /Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/area.js"></div>
44

55
Area series also include stacked series types: **Stacked Area** and **Stacked Spline Area**. In such series, the value of each next point is counted off from the previous point with the same argument. As a result, series are put in a stack. Very similar to stacked series are full-stacked series - **Full-Stacked Area** and **Full-Stacked Spline Area**. In these series, the sum of all point values by a given argument is considered 100%, and each individual point value is recalculated to be a share of these 100%.
66

7-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/stackedarea.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/stackedarea.js"></div>
7+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/stackedarea.html, /Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/stackedarea.js"></div>
88

99
To specify one or another series type, assign its name to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property. You can configure:
1010

concepts/05 UI Components/Chart/11 Series Types/40 Scatter Series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The **Scatter** series type visualizes data as a collection of scattered points.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/scatter.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/scatter.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/scatter.html, /Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/scatter.js"></div>
44

55
To specify the **Scatter** series type, assign *"scatter"* to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property. You can configure:
66

concepts/05 UI Components/Chart/11 Series Types/50 Bubble Series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The **Bubble** series type visualizes data as individual points of different sizes called "bubbles". Because **Bubble** series have the additional size characteristic, they can convey more information than, for example, [Line](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/') or [Scatter](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/40%20Scatter%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Scatter_Series/') series.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bubble.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bubble.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/bubble.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/bubble.js"></div>
44

55
Assign *"bubble"* to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property to specify the **Bubble** series type. You can configure:
66

concepts/05 UI Components/Chart/11 Series Types/60 Financial Series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**Candlestick** and **Stock** are financial series types used to describe and analyse trading patterns over short periods of time. Each point in a **Candlestick** series is composed of a real body and two wicks. The real body illustrates the opening and closing trades; it is filled if the closing price is lower than the opening price, and empty otherwise. The wicks visualize the highest and lowest traded prices during the day. A **Stock** series is similar to **Candlestick** except that the opening and closing trades are illustrated by markers instead of the real body.
22

33

4-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/financial.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/financial.js"></div>
4+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/financial.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/financial.js"></div>
55

66
Assign *"candlestick"* or *"stock"* to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property to specify the corresponding series type. You can configure:
77

concepts/05 UI Components/Chart/11 Series Types/70 Range Series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Range Area** and **Range Bar** series emphasize the difference between a point's high and low value using a shaded area or a set of bars respectively.
22

3-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/range.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/range.js"></div>
3+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/ChartSeriesTypes/range.html, /Content/Applications/25_1/DataVisualization/Guides/ChartSeriesTypes/range.js"></div>
44

55
Assign *"rangearea"* or *"rangebar"* to the **series[]**.[type](/api-reference/10%20UI%20Components/dxChart/5%20Series%20Types/ChartSeries/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/#type') property to specify the corresponding series type. You can configure:
66

concepts/05 UI Components/Chart/35 Legend/10 Relocate the Legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The legend can be moved inside the chart using the [position](/api-reference/10%
9292

9393
Below, you can try out these properties in action.
9494

95-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/Legend/relocateTheLegend.html, /Content/Applications/25_1/DataVisualization/Guides/Legend/relocateTheLegend.js, /Content/Applications/25_1/DataVisualization/Guides/Legend/relocateTheLegend.css"></div>
95+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/Legend/relocateTheLegend.html, /Content/Applications/25_2/DataVisualization/Guides/Legend/relocateTheLegend.js, /Content/Applications/25_2/DataVisualization/Guides/Legend/relocateTheLegend.css"></div>
9696

9797
#####See Also#####
9898
- [Rearrange Legend Items](/concepts/05%20UI%20Components/Chart/35%20Legend/20%20Rearrange%20Legend%20Items.md '/Documentation/Guide/UI_Components/Chart/Legend/Rearrange_Legend_Items/')

concepts/05 UI Components/Chart/35 Legend/20 Rearrange Legend Items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Regardless the legend orientation, you can adjust the empty space between column
259259

260260
Below, you can try out all the mentioned properties in action.
261261

262-
<div class="simulator-desktop-container" data-view="/Content/Applications/25_1/DataVisualization/Guides/Legend/rearrangeLegendItems.html, /Content/Applications/25_1/DataVisualization/Guides/Legend/rearrangeLegendItems.js, /Content/Applications/25_1/DataVisualization/Guides/Legend/rearrangeLegendItems.css"></div>
262+
<div class="simulator-desktop-container" data-view="/Content/Applications/25_2/DataVisualization/Guides/Legend/rearrangeLegendItems.html, /Content/Applications/25_2/DataVisualization/Guides/Legend/rearrangeLegendItems.js, /Content/Applications/25_2/DataVisualization/Guides/Legend/rearrangeLegendItems.css"></div>
263263

264264
#####See Also#####
265265
- [Relocate the Legend](/concepts/05%20UI%20Components/Chart/35%20Legend/10%20Relocate%20the%20Legend.md '/Documentation/Guide/UI_Components/Chart/Legend/Relocate_the_Legend/')

0 commit comments

Comments
 (0)