Skip to content

Commit f5a6e4b

Browse files
DocGen 24_1 result (DevExpress#7206)
Co-authored-by: DX Robot <[email protected]>
1 parent bbf9295 commit f5a6e4b

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

api-reference/10 UI Components/dxPopover/1 Configuration/hideEvent/hideEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default: undefined
88
Specifies properties of popover hiding. Ignored if the [shading](/api-reference/10%20UI%20Components/dxPopover/1%20Configuration/shading.md '{basewidgetpath}/Configuration/#shading') property is set to **true**.
99

1010
---
11-
The [target]({basewidgetpath}/Configuration/#target) property specifies a target element for the {WidgetName} **hideEvent**.
11+
The [target](/api-reference/10%20UI%20Components/dxPopover/1%20Configuration/target.md '{basewidgetpath}/Configuration/#target') property specifies a target element for the {WidgetName} **hideEvent**.
1212

1313
If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply any delay.
1414

api-reference/10 UI Components/dxPopover/1 Configuration/showEvent/showEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default: undefined
88
Specifies properties for displaying the UI component.
99

1010
---
11-
The [target]({basewidgetpath}/Configuration/#target) property specifies a target element for the {WidgetName} **showEvent**.
11+
The [target](/api-reference/10%20UI%20Components/dxPopover/1%20Configuration/target.md '{basewidgetpath}/Configuration/#target') property specifies a target element for the {WidgetName} **showEvent**.
1212

1313
If you assign only a string that specifies event names on which the UI component is shown, the UI component will not apply any delay.
1414

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p><img src="/images/ChartJS/chart-elements.png" alt="Chart elements" style="margin:0px auto; display:block; width: 870px;"></p>
22

3-
1. [Value axis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/)
4-
2. [Argument axis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/)
3+
1. [Value axis](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/valueAxis '/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/')
4+
2. [Argument axis](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/argumentAxis '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/')
55
3. [Legend](/concepts/05%20UI%20Components/Chart/35%20Legend/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Legend/Overview/')
66
4. [Title](/concepts/05%20UI%20Components/Chart/58%20Title%20and%20Subtitle.md '/Documentation/Guide/UI_Components/Chart/Title_and_Subtitle/')
77
5. [Point label](/concepts/05%20UI%20Components/Chart/15%20Point%20Labels/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Point_Labels/Overview/')
8-
6. [Area](/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/)
9-
7. [Line](/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/)
10-
8. [Bar](/Documentation/Guide/UI_Components/Chart/Series_Types/Bar_Series/)
8+
6. [Area](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/30%20Area%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/')
9+
7. [Line](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/')
10+
8. [Bar](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/20%20Bar%20Series '/Documentation/Guide/UI_Components/Chart/Series_Types/Bar_Series/')
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
- **Series Types**
22
The Chart component includes over 20 [series types](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/'), with the most popular ones being:
3-
- [Line](/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/)
4-
- [Bar](/Documentation/Guide/UI_Components/Chart/Series_Types/Bar_Series/)
5-
- [Area](/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/)
6-
- [Scatter](/Documentation/Guide/UI_Components/Chart/Series_Types/Scatter_Series/)
7-
- [Bubble](/Documentation/Guide/UI_Components/Chart/Series_Types/Bubble_Series/)
8-
- [Financial](/Documentation/Guide/UI_Components/Chart/Series_Types/Financial_Series/)
9-
- [Range](/Documentation/Guide/UI_Components/Chart/Series_Types/Range_Series/)
3+
- [Line](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/')
4+
- [Bar](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/20%20Bar%20Series '/Documentation/Guide/UI_Components/Chart/Series_Types/Bar_Series/')
5+
- [Area](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/30%20Area%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/')
6+
- [Scatter](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/40%20Scatter%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Scatter_Series/')
7+
- [Bubble](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/50%20Bubble%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Bubble_Series/')
8+
- [Financial](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/60%20Financial%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Financial_Series/')
9+
- [Range](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/70%20Range%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Range_Series/')
1010

11-
[Combine](/concepts/05%20UI%20Components/Chart/10%20Series/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series/Overview/') them, [customize](/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/) appearance, and configure individual [points](/concepts/05%20UI%20Components/Chart/14%20Series%20Points/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series_Points/Overview/').
11+
[Combine](/concepts/05%20UI%20Components/Chart/10%20Series/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series/Overview/') them, [customize](/concepts/05%20UI%20Components/Chart/10%20Series/60%20Customize%20Appearance.md '/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/') appearance, and configure individual [points](/concepts/05%20UI%20Components/Chart/14%20Series%20Points/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series_Points/Overview/').
1212

1313
- **Data Sources**
14-
Chart can load and update data from various [data source](/concepts/70%20Data%20Binding/00%20Specify%20a%20Data%20Source/10%20Local%20Array.md '/Documentation/Guide/Data_Binding/Specify_a_Data_Source/Local_Array/') types. Bind data [directly](/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Directly) or use a [series template](/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Using_a_Series_Template).
14+
Chart can load and update data from various [data source](/concepts/70%20Data%20Binding/00%20Specify%20a%20Data%20Source/10%20Local%20Array.md '/Documentation/Guide/Data_Binding/Specify_a_Data_Source/Local_Array/') types. Bind data [directly](/concepts/05%20UI%20Components/Chart/03%20Data%20Binding/23%20Bind%20Series%20to%20Data/05%20Directly.md '/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Directly') or use a [series template](/concepts/05%20UI%20Components/Chart/03%20Data%20Binding/23%20Bind%20Series%20to%20Data/10%20Using%20a%20Series%20Template.md '/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Using_a_Series_Template').
1515

1616
- **Informational Elements**
1717
You can enhance the Chart with additional information elements, such as:
@@ -31,17 +31,17 @@ Add interactivity to your Chart with the following elements:
3131
- [Zooming and Panning](/concepts/05%20UI%20Components/Chart/95%20Zooming%20and%20Panning '/Documentation/Guide/UI_Components/Chart/Zooming_and_Panning/')
3232
- [Client-Side Exporting and Printing](/concepts/05%20UI%20Components/Chart/99%20Client-Side%20Exporting%20and%20Printing '/Documentation/Guide/UI_Components/Chart/Client-Side_Exporting_and_Printing/')
3333
- [Adaptive Layout](/concepts/05%20UI%20Components/Chart/89%20Adaptive%20Layout.md '/Documentation/Guide/UI_Components/Chart/Adaptive_Layout/')
34-
- [Drill-Down](/Documentation/Guide/UI_Components/Chart/Drill-Down_Chart/)
34+
- [Drill-Down](/concepts/05%20UI%20Components/Chart/91%20Drill-Down%20Chart/00%20Drill-Down%20Chart.md '/Documentation/Guide/UI_Components/Chart/Drill-Down_Chart/')
3535

3636
- **Customization**
3737
The following Chart customizations are available:
3838

39-
- [Multiple Axes](/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/)
40-
- [Multiple Panes](/Documentation/Guide/UI_Components/Chart/Panes/Multi-Pane_Chart/)
39+
- [Multiple Axes](/concepts/05%20UI%20Components/Chart/20%20Axes/70%20Multi-Axis%20Chart.md '/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/')
40+
- [Multiple Panes](/concepts/05%20UI%20Components/Chart/40%20Panes/10%20Multi-Pane%20Chart.md '/Documentation/Guide/UI_Components/Chart/Panes/Multi-Pane_Chart/')
4141
- [Custom Legend Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomLegendMarkers/)
4242
- [Axis Label Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelsTemplates/)
4343
- [Tooltip Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TooltipHTMLSupport/)
44-
- [Color Gradients and Patterns](/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/)
44+
- [Color Gradients and Patterns](/concepts/05%20UI%20Components/Chart/10%20Series/60%20Customize%20Appearance.md '/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/')
4545

4646
- **Data Aggregation**
47-
Charts with too many series points can impact performance and readability. To improve analysis, DevExtreme Chart supports point and discrete [aggregation](/Documentation/Guide/UI_Components/Chart/Data_Aggregation/) modes.
47+
Charts with too many series points can impact performance and readability. To improve analysis, DevExtreme Chart supports point and discrete [aggregation](/concepts/05%20UI%20Components/Chart/88%20Data%20Aggregation '/Documentation/Guide/UI_Components/Chart/Data_Aggregation/') modes.

concepts/60 Themes and Styles/00 Styling Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following UI components are SVG-based:
44

55
- [BarGauge](/concepts/05%20UI%20Components/BarGauge/10%20Visual%20Elements '/Documentation/Guide/UI_Components/BarGauge/Visual_Elements/')
66
- [Bullet](/concepts/05%20UI%20Components/Bullet/10%20Visual%20Elements '/Documentation/Guide/UI_Components/Bullet/Visual_Elements/')
7-
- [Chart](/concepts/05%20UI%20Components/Chart/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Overview/')
7+
- [Chart](/concepts/05%20UI%20Components/Chart/02%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Overview/')
88
- [CircularGauge](/concepts/05%20UI%20Components/CircularGauge/10%20Visual%20Elements '/Documentation/Guide/UI_Components/CircularGauge/Visual_Elements/')
99
- [Funnel](/concepts/05%20UI%20Components/Funnel/00%20Overview.md '/Documentation/Guide/UI_Components/Funnel/Overview/')
1010
- [LinearGauge](/concepts/05%20UI%20Components/LinearGauge/10%20Visual%20Elements '/Documentation/Guide/UI_Components/LinearGauge/Visual_Elements/')

0 commit comments

Comments
 (0)