Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Graphs

Enable

If activated the function will be visible.

Math.js Function

The function . The function must be 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.


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).


X- / Y-Axis Highlight Range

Enable

If activated the HIghlight-Ranke 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.


Conditional Formatting

0 - 9

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 value to compare tovalues 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.


x- / y-Guidelines

Enabled

If activated the guideline is visible.

Label

Creates a line and a label at the given position. If the label is "auto" the label ist is the value of the axes 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 labels gets drawn label is bold.


Bubbles To Be Highlighted

Selector String

The selector which bubbles should be displayed.


...