diff --git a/user-guide/components/charts.md b/user-guide/components/charts.md index dac8207c1..3e1b6df32 100644 --- a/user-guide/components/charts.md +++ b/user-guide/components/charts.md @@ -18,69 +18,20 @@ img[alt$="><"] { The **Web Report Designer** offers a **Charts** section inside the **Components** tray allowing the end-user to visualize the data records from different [Data Source]({%slug web-report-designer-user-guide-components-data-sources%}) storages: -
Chart Type | Description | -
---|---|
Bar Chart | -Displays data series as sets of horizontal bars, graphically summarizes and renders data categories, and enables users to easily compare amounts or values between different categories. | -
Line Chart | -Displays series as sets of points connected by a single line and represents large amounts of data that occur over a continuous period of time. | -
Area Chart | -Displays a series as a set of points connected by a line with the whole area filled in under the line. | -
Column Chart | -Displays data series as sets of vertical bars that are grouped by category. | -
Pie Chart | -Displays the contribution of fractional parts to a whole and is most commonly used to make comparisons between groups. | -
Doughnut Chart | -Similar to the Pie Chart which has an open space in the center. | -
![]() |
-
Group | Report Items | -
---|---|
Report Items - The main building parts used in the report depending on the data that will be displayed, e.g. a TextBox item for static or data-bound text, a PictureBox for displaying images, a Barcode for showing barcode in a label report, etc. | -
|
-
Tables - The Table report item is a generalized layout report item that displays report data in cells that are organized into rows and columns. | -
|
-
Report - The SubReport item enables you to display reports within reports and serves as a container, similar to the report sections, growing in size depending on its children. | -
|
-
Maps - The Map report item is a native Telerik Reporting item which enables you to visualize an aggregated business data in a geographical manner. | -
|
-
Charts - The Graph report item is a native Telerik Reporting item that allows you to generate different Chart types (objects) and visually present large volumes of aggregated information. | -
|
-
Report Sections - A Telerik report consists of different sections that may contain report items. Each report section represents a specific area on the report page and defines the rendering of its report items. | -
|
-
DataSources - Data Source components are used to connect data items to different types of data without writing any code. | -
|
-
Data Source | Description | -
---|---|
SQL Data Source | -Enables data items to display data located in a relational database, including Microsoft SQL Server and Oracle databases, as well as OLE DB and ODBC data sources, using little or no code. | -
CSV Data Source | -Enables data items to display data located in a CSV document, including files (*.csv, *.tsv, *.txt, and others), inline string or stream. | -
Web Service Data Source | -Enables data items to display data located on a service in JSON format. | -
GraphQL Data Source | -Enables data items to retrieve data in JSON format from a GraphQL service. | -
JSON Data Source | -Enables data items to display JSON data located in a local file or saved directly into the report. | -
Object Data Source | -Provides a way to bind the Data Report Items to a middle-tier business object. | -
Map Type | Description | -
---|---|
Map | -The data may be presented in different formats that is determined by the chosen Map Type: Point, Pie, Column. | -
Choropleth | -The Choropleth map type is a thematic map that uses graded color differences to display a measure over predefined regions or areas, and is one of the most popular ways to visualize how a measure varies across a geographic area. | -
![]() |