Data charting software is frequently used in business reports to visually present information. Style Intelligence offers most common chart types, including bar chart, pie chart, line chart, point chart, area chart, and many more. Like the table elements, the data for a chart can be programmatically supplied through the reporting API, or visually bound to the chart using Report Designer.
Unlike tables, which can flow across pages and contain a large amount of data, a chart is normally drawn in a relatively small area on the page. Therefore, the amount of data a chart contains is relatively small. If the raw data set is large, you can group and summarize the data during the binding process, and then display the summary information on the chart.
To bind a chart to a data model or a query, right-click the chart and select ‘Bind Data’ from the context menu (or click the ‘Query Binding’ button in the toolbar).
In this example, you will create a chart that displays Sales vs. State.
Setting Date Grouping Properties When you use a date field as a dimension, you can specify the level of date grouping (month, year, etc.). To do this, click the ‘Edit Dimension’ button for the desired date field, and choose the desired grouping from the ‘Level’ menu.
If the data represents a series of measurements at uniformly-spaced time intervals, select ‘As Time Series’. This forces the chart to display all measurement periods, even those for which no corresponding data is available. Otherwise, these “empty” periods are suppressed.
It is important to set the format of the labels to the match the grouping level. For example, dates grouped by year should have a format such as “yyyy” to display just the year component of the date.
Copyright © 2023, InetSoft Technology Corp.