Skip to content

Commit d825652

Browse files
Chart: update Overview (DevExpress#7056) (DevExpress#7192)
1 parent 8b6a32b commit d825652

File tree

13 files changed

+92
-57
lines changed

13 files changed

+92
-57
lines changed

concepts/05 UI Components/Chart/00 Overview.md

Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DevExtreme Chart is an interactive UI component that visualizes data from local or remote storage with various [series types](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/').
2+
3+
This overview highlights Chart elements, key features, and next steps.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<p><img src="/images/ChartJS/chart-elements.png" alt="Chart elements" style="margin:0px auto; display:block; width: 870px;"></p>
2+
3+
1. [Value axis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/)
4+
2. [Argument axis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/)
5+
3. [Legend](/concepts/05%20UI%20Components/Chart/35%20Legend/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Legend/Overview/')
6+
4. [Title](/concepts/05%20UI%20Components/Chart/58%20Title%20and%20Subtitle.md '/Documentation/Guide/UI_Components/Chart/Title_and_Subtitle/')
7+
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/)
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
- **Series Types**
2+
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/)
10+
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/').
12+
13+
- **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).
15+
16+
- **Informational Elements**
17+
You can enhance the Chart with additional information elements, such as:
18+
19+
- [Legend](/concepts/05%20UI%20Components/Chart/35%20Legend/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Legend/Overview/')
20+
- [Grid](/concepts/05%20UI%20Components/Chart/55%20Grid/00%20Grid.md '/Documentation/Guide/UI_Components/Chart/Grid/')
21+
- [Title and Subtitle](/concepts/05%20UI%20Components/Chart/58%20Title%20and%20Subtitle.md '/Documentation/Guide/UI_Components/Chart/Title_and_Subtitle/')
22+
- [Strips](/concepts/05%20UI%20Components/Chart/60%20Strips.md '/Documentation/Guide/UI_Components/Chart/Strips/')
23+
- [Constant Lines](/concepts/05%20UI%20Components/Chart/65%20Constant%20Lines.md '/Documentation/Guide/UI_Components/Chart/Constant_Lines/')
24+
- [Error Bars](/concepts/05%20UI%20Components/Chart/85%20Error%20Bars.md '/Documentation/Guide/UI_Components/Chart/Error_Bars/')
25+
26+
- **Interactive Features**
27+
Add interactivity to your Chart with the following elements:
28+
29+
- [Tooltips](/concepts/05%20UI%20Components/Chart/30%20Tooltips/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Tooltips/Overview/')
30+
- [Crosshair](/concepts/05%20UI%20Components/Chart/80%20Crosshair.md '/Documentation/Guide/UI_Components/Chart/Crosshair/')
31+
- [Zooming and Panning](/concepts/05%20UI%20Components/Chart/95%20Zooming%20and%20Panning '/Documentation/Guide/UI_Components/Chart/Zooming_and_Panning/')
32+
- [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/')
33+
- [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/)
35+
36+
- **Customization**
37+
The following Chart customizations are available:
38+
39+
- [Multiple Axes](/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/)
40+
- [Multiple Panes](/Documentation/Guide/UI_Components/Chart/Panes/Multi-Pane_Chart/)
41+
- [Custom Legend Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomLegendMarkers/)
42+
- [Axis Label Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelsTemplates/)
43+
- [Tooltip Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TooltipHTMLSupport/)
44+
- [Color Gradients and Patterns](/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/)
45+
46+
- **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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [API](/api-reference/10%20UI%20Components/dxChart '/Documentation/ApiReference/UI_Components/dxChart/')
2+
3+
- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Overview/)

concepts/05 UI Components/Chart/10 Series/00 Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Chart - Series Overview
3+
---
4+
15
A series is a collection of related data points.
26

37
![DevExtreme HTML5 JavaScript Charts Series](/images/ChartJS/visual_elements/series.png)

concepts/05 UI Components/Chart/14 Series Points/00 Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Chart - Series Points Overview
3+
---
4+
15
A series point is a visual representation of one or several data objects. Series points can have different shapes and sizes depending on the [series types](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/').
26

37
![DevExtreme HTML5 JavaScript Charts SeriesPoints](/images/ChartJS/visual_elements/series_points.png)

concepts/05 UI Components/Chart/15 Point Labels/00 Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Chart - Point Labels Overview
3+
---
4+
15
Each [series point](/concepts/05%20UI%20Components/Chart/14%20Series%20Points/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series_Points/Overview/') can be accompanied with a label that displays the point's value(s) or custom data.
26

37
![DevExtreme HTML5 JavaScript Charts SeriesPoints](/images/ChartJS/visual_elements/point_labels.png)

concepts/05 UI Components/Chart/20 Axes/00 Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Chart - Axes Overview
3+
---
4+
15
The Chart UI component visualizes data on the rectangular coordinate system. In this system, each point is determined on a plane by two components: the argument and the value, each indicated on a devoted axis.
26

37
![DevExtreme HTML5 JavaScript Charts Axis Axes](/images/ChartJS/visual_elements/axes.png)

concepts/05 UI Components/Chart/30 Tooltips/00 Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Chart - Tooltips Overview
3+
---
4+
15
A tooltip is a small pop-up rectangle displaying information about a [series point](/concepts/05%20UI%20Components/Chart/14%20Series%20Points/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series_Points/Overview/') that the user pauses on. By default, the information is the point value, but it is possible to display anything in a tooltip.
26

37
![DevExtreme HTML5 JavaScript Charts Tooltip](/images/ChartJS/visual_elements/tooltip.png)

0 commit comments

Comments
 (0)