Access

Information

  • In this module you can configure the tooltip which will be displayed when the cursor hovers over a the data point of a chart.

Details

  • As a subtitle you can either enter a fixed string or the Python ID of a data field from the chart area.
    • If a Python ID is entered, the data field heading of the respective data field will be displayed in the language set for the user.
  • The Tooltip field is the tooltip of the data field on which the chart was created.
    • The tooltip can thus be translated as well.

Example

Format strings

  • Via the Format string listbox you can insert different strings in order to format the tooltip as desired.
CodeExplanation
${point.x}Represents the current X value
${point.y}Represents the current Y value
${point.text}Represents the current Text value
${point.percentage}%Represents the current percentage value
${series.name}Represents the current Name value

<b>...</b>

Formats a text in bold font

<i>...</i>

Formats a text in italic font

<br />

Inserts a line break