!--a11y-->
Chart 
A Web item that obtains data from a query view to create a graphic for a Web application.
The
Chart Web item enables you to display data
graphically in your Web application.
As well as its general attributes, the Chart Web item has the following specific attributes:
Attributes |
Description |
Edit Chart: Chart Designer (CUSTOMIZE) |
The button with the three dots brings you to the Chart Designer. You can choose the chart type and make a number of settings for the chart. See Editing Charts. |
Suppress Totals (SUPPRESS_SUMS) 'X' = Yes, ' ' = No |
The totals rows/columns of the source data provider are not displayed in the chart. This means that you can suppress totals that may affect the chart display adversely, without having to change the data provider. |
Swap Display Axes (SWITCHMATRIX) 'X' = Yes, ' ' = No |
You can swap the chart axes in the display without changing the navigational state of the query view itself.
This has the same effect as swapping the two free characteristics with one another in the initial query view. |
Hide Expanded Hierarchy Nodes (SUPPRESS_OPENHIERARCHIENODES) 'X' = Yes, ' ' = No |
You can remove open nodes when you create charts in active presentation hierarchies. This ensures that the total of the values displayed is the overall result. |
Affected Data Provider (TARGET_DATA_PROVIDER) |
List of data providers to which all chart commands are sent. |
Automatic Display of Units and Currencies (AUTOMATIC_LABELS) 'X' = Yes, ' ' = No |
If the units and currencies or other settings in the query are the same, and you select the attribute, these are the units, currencies, and settings which are displayed automatically on the chart. Alternatively, you can set the display of units and currencies manually. See Formatting Axes and Gridlines in the section „Inserting or Removing Axes Titles and Units “. |
Chart Title (Language-Dependent) (TITLE) |
Language-dependent text for the title of the chart. |
Chart Subtitle (Language-Dependent) (SUBTITLE) |
Language-dependent text for the subtitle of the chart. |
Category Axis (X): Title (Language-Dependent) (TITLE_CATEGORIES) |
Language-dependent text for the title of the category axis (X). |
Category Axis (X): Unit (Language-Dependent) (UNIT_CATEGORIES) |
Language-dependent text for the unit of the category axis (X). |
Primary Value Axis (Y): Title (Language-Dependent) (TITLE_VALUES) |
Language-dependent text for the title of the primary value axis (Y). |
Primary Value Axis (Y): Unit (Language-Dependent) (UNIT_VALUES) |
Language-dependent text for the unit of the primary value axis (Y). |
Secondary Value Axis (Y): Title (Language-Dependent) (TITLE_SEC_VALUES) |
Language-dependent text for the title of the secondary value axis (Y). |
Secondary Value Axis (Y): Unit (Language-Dependent) (UNIT_SEC_VALUES) |
Language-dependent text for the unit of the secondary value axis (Y). |
Another Axis: Title (TITLE_SEC_CATEGORIES) |
Language-dependent text for the title of another axis. This attribute is only needed for specific chart types such as a histogram or a scatter chart. |
Another Axis: Unit (UNIT_SEC_CATEGORIES) |
Language-dependent text for the unit of another axis. This attribute is only needed for specific chart types such as a histogram or a scatter chart. |
Ignore Exception in Chart Display (IGNORE_EXCEPTIONS) |
If you
activate this attribute no exceptions are displayed in the chart, although the
data provider on which it is based has exceptions.
See |
Automatic Axis Labeling for Simple Charts (AUTOMATIC_DESCRIPTION) |
This attribute enables the system to create labels automatically for the chart axes for very simple charts such as column-, bar, or line diagrams. For example, the name of a key figure appears on the Y axis in a bar chart. For more information, see Automatic Axis Labels for Simple Charts. |
The texts, such as chart title, chart subtitle, as well as title and units of the axes, are all language dependent. You can find additional information under Language-Dependent Texts. You can enter the texts both in the Web Application Designer for the respective attributes and in the Chart Designer.
Note the following for the Heading attribute under General (general attributes):
Heading |
You can enter a heading for the chart. This heading is not a part of the chart.
Within Chart Designer, you also have the option of specifying a heading. This is not a part of the chart, however. The heading is displayed only if the attribute Generate Heading is active at the same time. |
In addition, you can use the following attribute (parameter), which is not available to you in the Web Application Designer, which, however, can be inserted using the HTML view of the Web template.
Attribute |
Description |
Show Data Table (SHOW_DATATABLE) |
If you use this attribute the system shows the data in a table below the chart. |
You can find
more information on using the Chart
Web item and its functions under
Context Menu
Functions.