Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

x- / y-Axis-Guidelines

Enabled

If activated the guideline is visible.

Label

Creates a label at the given position. If the label is "auto" the label is the value of the axis it is displayed on, if the label is "none" no label is displayed, every other text will be displayed as a label.

Value

Sets the position of the guideline. If the value is "mean" the average value of the axis is used.

Width

Sets the width of the guideline.

Color

Sets the color of the guideline.

Bold Label

If activated the label is bold.


X- / Y-Axis Highlight Range

Enable

If activated the hIghlight range will be visible.

Start Value

The start of the hightlight range. Instead of a number you can use min, mean and max.

End Value

The end of the hightlight range. Instead of a number you can use min, mean and max.

Opacity

Sets the transparency of the highlight range from 0 (invisible) to 1 (no transparency)

Color

Sets the color of the highlight range.


Trendline

Enable

If activated the trendline will be visible.

Color

The color of the trendline.

Width

The width of the trendline in pixels.

Show Correlation Coefficient

Activates the display of the correlation coefficient under the legend of the Bubbles. This indicates exactly how the trend of the trend line can be determined. The value varies between 1 (absolutely accurate trend line) and 0 (trend line not meaningful).

Graph Functions

Enable

If activated the function will be visible.

Math.js Function

The function in math.js Syntax. With variable x.

Color

The color in which the function-graph should be drawn.

Width

The width of the function-graph in pixels.


Conditional Formatting

Enable

Activates or deactivates the formatting.

Source Series

Sets the datasource for the operands.

  • x: The value of the position on the x-axes.
  • y:The value of the position on the y-axes..
  • circle: The value the size of the bubble uses.
  • arc: The value the bubble uses to get the circle section.
  • dev: The value the bubble uses to get the deviation.
  • label: The label under the bubble.
Operator

The operation of the condition.

  • equal: Both value equal?
  • not equal: Both value not equal?
  • less: The first value less than the second?
  • less/equal: The first value less or equal to the second?
  • greater: The first value greater than the second?
  • greater/equal: The fist value greater or equal to the second?
  • between: The value between the first and the second value?
  • not between: The value not between the first and the second value?
  • contains The value is in the bubble-catergory-label
  • always: The effect has not condition.
First / Second Value

The values the operator uses.

Effect

The effect if the condition is true.

  • cicle color: Changes the color of the circle.
  • stroke color: Changes the color of the circleborder.
  • stroke width: Changes the width of the circleborder.
  • css class: Adds the given CSS-class.
Effect Value

The value of the effect.

Bubbles To Be Highlighted

Selector String

The selector detemerines which bubbles should be displayed.


  • No labels