Skip to main content
Version: Streamsheets 3.0

XY charts

A XY chart represents creates a chart with two linear axes. So for each datapoint you have to provide a value for the horizontal and one for the vertical axis. If the X Values are given as strings, the values will count from 0 to the number of values, just like a category chart does. But in contrast to a category chart given number values will be scaled to a linear or logarithmic scale. In addtion time scales are available. These will scale the value using a time value, that is deducted from the date (serial number) Below you will find a description of the available XY charts and the settings to modify the general appearance of a chart type.

Scatter Chart

The scatter Chart shows the relationship of data sets. So a given set of x/y values is scaled on two value based axes. In many cases, the horizontal axis is used for time series data, to show accurate time/value relations to display a history of developing values.

The following data table is used for the samples.

ABCD
  1  XY1Y2
  2  Measure 12.454
  3  Measure 232.41.5
  4  Measure 34.542
  5  Measure 421.73
  6  Measure 56.231

In the left diagram, the series line oolor is set to 'None'.

Following a sample where date value are used. The X-Axis is a time axis. This can be defined in the Axis Settings. The following data table is used for the sample.

ABC
  1  TimeValue
  2  Measure 109:355
  3  Measure 211:302.4
  4  Measure 312:004
  5  Measure 414:151.7
  6  Measure 516:123

Bubble Chart

A bubble chart uses three values to visualize data points. The first two are used to scale the data points on the vertical and horizontal axis. The third value is used to size the diameter of a circle used to visualize the data point.

The following data table is used for the samples.

ABCD
  1  XYRadius
  2  Measure 12.454
  3  Measure 232.41.5
  4  Measure 34.542
  5  Measure 421.73
  6  Measure 56.231

Here data labels are shown to easily identify the circle showing a data point. Data labels can be defined within the Series Settings.

Heat Map
Premium

The Heatmap Chart visualizes and accumulates the intensity of points within areas of a XY Chart. The closer the values are grouped the hotter (using a more intense color) that chart area gets.

The following data table is used for the samples.

ABCD
  1  XYHeat
  2  Measure 12.454
  3  Measure 232.41.5
  4  Measure 33.442
  5  Measure 42.41.73
  6  Measure 52.731
  7  Measure 62.833
  8  Measure 7353
  9  Measure 8142
  10  Measure 92.922
  11  Measure 10432
  12  Measure 11353
  13  Measure 122.624
  14  Measure 132.62.55
  15  Measure 142.343
  16  Measure 15342
  17  Measure 16322

XY State Charts
Premium

“State Charts” visualize different states. Each state has a dedicated color. To display a state chart, create three columns of data consisting of the X-axis value, a Y value, and a color to show the state. As a state chart usually visualizes a state within a certain time period, the X-Axis Values should be serial date values and the X-Axis is using a time axis. By default the state chart is defined as a '100%' chart. To use the information the values provide, uncheck the "100%" checkbox in Chart Settings. The size of the column now represents the value. Using ";" in the color column, you can add line color and a specified data label text. To see the text, activate the data label and the "state" checkbox in the Series Settings

The following data table is used:

ABCD
  1  TimeValueState
  2  Measure 112:001red
  3  Measure 212:106green
  4  Measure 312:234green
  5  Measure 412:301.7yellow
  6  Measure 512:403green
  7  Measure 612:451red

State Chart Time
Premium

This chart type indicates states at certain time point by drawing a small vertical bar at the given time using the given color. This way you can indicate events using a color at a defined date.

State Chart Period
Premium

Indicate states for a period. The bar is drawn from the initial time given to the next time given in the next data row using the given color. This way the period receives the color until the state changes.