2021.2

Table Of Contents
6. For a Bar Chart or Line Chart, you can click Next and set some basic parameters of the
chart:
l Stack Series: Check to stack the values in one bar, instead of having one bar per
value. This is only useful with a chart that is based on a data table.
l Rotate: Check to flip the x and y axes, so that the bars are horizontal starting from
the left.
l Show Legend: Check to show the labels of the selected data in a legend.
This is only useful with a chart that is based on a data table. In a chart based on
data fields, the labels of the fields appear under the x-axis.
l Titles: Type the title that should appear near the horizontal (x) axis and/or the
vertical (y) axis. (Note that the axes with their titles are exchanged when you rotate
the chart.)
These are just of few of the numerous display options that can be edited via the Chart
Properties dialog; see "Enhancing a charts' design" on page706.
7. Click Finish to insert the chart into the template.
The wizard adds the following to the template:
l A Div element. It has a data-amchart attribute, as you can see when you select the
chart and open the Source view in the Workspace. The data-amchart attribute
contains settings for how the data is displayed. These settings are made via the chart's
properties (see "Enhancing a charts' design" on page706).
l A script. The script determines which data are displayed in the chart, with which
colors and labels. The script can be edited any time; see "Selecting data for a
Business Graphic" on the next page.
When a preview or output must be generated, the script adds the data for the chart
to the data-amchart attribute (in a dataProvider property). Connect then
passes the value of that attribute to the integrated amCharts library.
Rasterizing a business graphic
Business graphics are output as SVG images, but not all clients may support that format. Before
generating output, you may want to 'rasterize' it. This converts the business graph into a JPG or
PNG image.
To rasterize a business graphic, right-click it and select Rasterize Options.
For a JPG image you can set the quality of the resulting image in a percentage.
Page 702