Demos

Beginner's Guide

Charts / Gauges / Maps Guide

Customizing Charts

API

Integrating With Your Stack

Help

Loading

Prerequisites:

Macro name Description Supported by Format

$value

Represents the unformatted data plot, entity, and marker data values

  • All charts that support the `value` attribute in the `data` object
  • Horizontal and vertical bullet graph
  • Real-time thermometer gauge
  • Real-time bulb gauge
  • Real-time horizontal linear gauge
  • Real-time angular gauge
  • Multi-level pie chart
  • Map entity and marker tooltext
  • `chart`: {`plotToolText`}
  • `axis`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • `map`: {`entityToolText`}
  • `entity`: {`toolText`}
  • `map`: {`markerToolText`}
  • `marker`: {`toolText`}
  • `dial`: {`toolText`}
  • `category`: {`toolText`}
  • $dataValue

    Represents the formatted data plot, entity, and marker data values

    • All charts that support the `value` attribute in the `data` object
    • Horizontal and vertical bullet graph
    • Real-time thermometer gauge
    • Real-time bulb gauge
    • Real-time horizontal linear gauge
    • Real-time angular gauge
    • Multi-level pie chart
    • Map entity and marker tooltext
  • `chart`: {`plotToolText`}
  • `axis`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • `map`: {`entityToolText`}
  • `entity`: {`toolText`}
  • `map`: {`markerToolText`}
  • `marker`: {`toolText`}
  • `dial`: {`toolText`}
  • `category`: {`toolText`}
  • $label

    Represents the data plot, category, connector, and marker labels

    • All charts where the data plots correspond to the x-axis label
    • Pyramid chart
    • Funnel chart
    • Multi-level pie chart
    • Map connector and marker tooltext
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • `map`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • `map`: {`markerToolText`}
  • `marker`: {`toolText`}
  • $displayValue

    Represents the value of the displayValue attribute of the data and entity objects

    • All charts that support the `displayValue` attribute in the `data` object
    • Pyramid chart
    • Funnel chart
    • Kagi chart
    • Waterfall/Cascade chart
    • Map entity, connector, and marker tooltext
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • `map`: {`entityToolText`}
  • `entity`: {`toolText`}
  • $seriesName

    Represents the series name

  • All multi-series charts
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $yAxisName

    Represents the y-axis name

  • All Cartesian (x- and y-coordinate) charts
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $xAxisName

    Represents the x-axis name

  • All Cartesian (x- and y-coordinate) charts
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $xValue

    Represents the x-coordinate (unformatted value) of a data plot

  • XY charts
  • Drag-node chart
  • Candlestick chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $xDataValue

    Represents the x-coordinate (formatted value) of a data plot

  • XY charts
  • Drag-node chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $yValue

    Represents the y-coordinate (unformatted value) of a data plot

  • XY charts
  • Drag-node chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $yDataValue

    Represents the y-coordinate (formatted value) of a data plot

  • XY charts
  • Drag-node chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $zValue

    Represents the z-coordinate (unformatted value) of a data plot

  • Bubble chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $zDataValue

    Represents the z-coordinate (formatted value) of a data plot

  • Bubble chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $name

    Represents the name of a data plot

  • Bubble chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $percentValue

    Represents the corresponding percentage value (formatted number) of a data value

  • Pie 2D/3D chart
  • Doughnut 2D/3D chart
  • Funnel chart
  • Pyramid chart
  • Stacked charts
  • Marimekko chart
  • Multi-level pie chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $sum

    Represents the sum (formatted) of data values of all/stacked (in stacked charts) data plots

  • Pareto 2D/3D
  • Pie 2D/3D chart
  • Doughnut 2D/3D chart
  • Funnel chart
  • Pyramid chart
  • Stacked charts
  • Marimekko chart
  • Waterfall/Cascade chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $unformattedSum

    Represents the sum (unformatted) of data values of all/stacked (in stacked charts) data plots

  • Pareto 2D/3D
  • Pie 2D/3D chart
  • Doughnut 2D/3D chart
  • Funnel chart
  • Pyramid chart
  • Stacked charts
  • Marimekko chart
  • Waterfall/Cascade chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $cumulativeValue

    Represents the sum (unformatted) of data values upto the current data plot

  • Pareto 2D/3D
  • Waterfall/Cascade chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $cumulativeDataValue

    Represents the sum (formatted) of data values upto the current data plot

  • Pareto 2D/3D
  • Waterfall/Cascade chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $cumulativePercentValue

    Represents the sum (unformatted) of data values, in percent, upto the current data plot

  • Pareto 2D/3D
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $cumulativePercentDataValue

    Represents the sum (formatted) of data values, in percent, upto the current data plot

  • Pareto 2D/3D
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $xAxisPercentValue

    Represents the x-axis value, in percent, which is covered by the corresponding stack

  • Marimekko chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $errorValue

    Represents the error value (unformatted) of a data plot

  • Error bar chart
  • Error line 2D chart
  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $errorDataValue

    Represents the error value (formatted) of a data plot

  • Error bar chart
  • Error line 2D chart
  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $errorPercent

    Represents the error value, in percent, of a data plot

  • Error bar chart
  • Error line 2D chart
  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $horizontalErrorValue

    Represents the horizontal error value (unformatted) of a data plot

  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $horizontalErrorDataValue

    Represents the horizontal error value (formatted) of a data plot

  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $verticalErrorValue

    Represents the vertical error value (unformatted) of a data plot

  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $verticalErrorDataValue

    Represents the vertical error value (formatted) of a data plot

  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $horizontalErrorPercent

    Represents the horizontal error value, in percent, of a data plot

  • Error scatter chart
  • chart: {plotToolText} <li> dataset: {plotToolText} </li> <li> data: {toolText} </li>

    $verticalErrorPercent

    Represents the vertical error value, in percent, of a data plot

  • Error scatter chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $openValue

    Represents the opening value (unformatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $openDataValue

    Represents the opening value (formatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $closeValue

    Represents the closing value (unformatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $closeDataValue

    Represents the closing value (formatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $highValue

    Represents the highest value (unformatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • Spark column
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $highDataValue

    Represents the highest value (formatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • Spark column
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $lowValue

    Represents the lowest value (unformatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • Spark column
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $lowDataValue

    Represents the lowest value (formatted) of a data plot

  • Candlestick chart
  • Spark line chart
  • Spark column
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $volumeValue

    Represents the transaction volume value (unformatted) for a data plot

  • Candlestick chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $volumeDataValue

    Represents the transaction volume value (formatted) for a data plot

  • Candlestick chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $tlLabel

    Represents the top-left corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $trLabel

    Represents the top-right corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $blLabel

    Represents the bottom-left corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $brLabel

    Represents the bottom-right corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $tlType

    Represents the type of the top-left corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $trType

    Represents the type of the top-right corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $blType

    Represents the type of the bottom-left corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $brType

    Represents the type of the bottom-right corner label of a data plot

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $rowLabel

    Represents the label of the row in which the data plot is located

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $columnLabel

    Represents the label of the column in which the data plot is located

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $colorRangeLabel

    Represents the label of the color range to which the data plot belongs

  • Heat map chart
  • `chart`: {`plotToolText`}
  • `dataset`: {`plotToolText`}
  • `data`: {`toolText`}
  • $fromXValue

    Represents the x-coordinate of the source node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $fromXDataValue

    Represents the x-coordinate (formatted) of the source node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $fromYValue

    Represents the y-coordinate of the source node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $fromYDataValue

    Represents the y-coordinate (formatted) of the source node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $fromLabel

    Represents the label of the source node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toXValue

    Represents the x-coordinate of the destination node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toXDataValue

    Represents the x-coordinate (formatted) of the destination node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toYValue

    Represents the y-coordinate of the destination node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toYDataValue

    Represents the y-coordinate (formatted) of the destination node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toLabel

    Represents the label of the destination node

  • Drag-node chart
  • `chart`: {`connectorToolText`}
  • `connectors`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $maxValue

    Represents the maximum value (unformatted) of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • $maxDataValue

    Represents the maximum value (formatted) of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • $minValue

    Represents the minimum value (unformatted) of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • $minDataValue

    Represents the minimum value (formatted) of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`outlierToolText`} | {`meanToolText`} | {`SDToolText`} | {`QDToolText`} | {`MDToolText`}
  • $Q1

    Represents the value of the lower quartile of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $unformattedQ1

    Represents the unformatted value of the lower quartile of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $Q3

    Represents the value of the upper quartile of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $unformattedQ3

    Represents the unformatted value of the upper quartile of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $SD

    Represents the standard deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`SDToolText`}
  • `dataset`: {`plotToolText`} | {`SDToolText`}
  • `data`: {`toolText`} | {`SDToolText`}
  • $unformattedSD

    Represents the unformatted standard deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`SDToolText`}
  • `dataset`: {`plotToolText`} | {`SDToolText`}
  • `data`: {`toolText`} | {`SDToolText`}
  • $QD

    Represents the quartile deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $unformattedQD

    Represents the unformatted quartile deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`QDToolText`}
  • `dataset`: {`plotToolText`} | {`QDToolText`}
  • `data`: {`toolText`} | {`QDToolText`}
  • $MD

    Represents the mean deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`MDToolText`}
  • $unformattedMD

    Represents the unformatted mean deviation value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`MDToolText`}
  • `dataset`: {`plotToolText`} | {`MDToolText`}
  • `data`: {`toolText`} | {`MDToolText`}
  • $mean

    Represents the mean value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`meanToolText`}
  • `dataset`: {`plotToolText`} | {`meanToolText`}
  • `data`: {`toolText`} | {`meanToolText`}
  • $unformattedMean

    Represents the unformatted mean value of the data plot

  • Box and whisker chart
  • `chart`: {`plotToolText`} | {`meanToolText`}
  • `dataset`: {`plotToolText`} | {`meanToolText`}
  • `data`: {`toolText`} | {`meanToolText`}
  • $median

    Represents the median value of the data plot

  • Box and whisker chart
  • $unformattedMedian

    Represents the unformatted median value of the data plot

  • Box and whisker chart
  • $targetValue

    Represents the unformatted target value

  • Horizontal bullet graph
  • Vertical bullet graph
  • $targetDataValue

    Represents the formatted target value

  • Horizontal bullet graph
  • Vertical bullet graph
  • $percentOfPrevValue

    Represents the current value as a percentage (unformatted) of the previous value
    Applicable only when the streamlinedData attribute is set to 1

  • Funnel chart
  • $percentOfPrevDataValue

    Represents the current value as a percentage (formatted) of the previous value
    Applicable only when the streamlinedData attribute is set to 1

  • Funnel chart
  • $start

    Represents the start time of a task

  • Gantt chart
  • `chart`: {`plotToolText`}
  • `tasks`: {`plotToolText`}
  • `task`: {`toolText`}
  • $end

    Represents the end time of a task

  • Gantt chart
  • `chart`: {`plotToolText`}
  • `tasks`: {`plotToolText`}
  • `task`: {`toolText`}
  • $label

    Represents the task label

  • Gantt chart
  • `chart`: {`plotToolText`}
  • `tasks`: {`plotToolText`}
  • `task`: {`toolText`}
  • $percentComplete

    Represents the percent complete rate of a task

  • Gantt chart
  • `chart`: {`plotToolText`}
  • `tasks`: {`plotToolText`}
  • `task`: {`toolText`}
  • $date

    Represents the milestone date

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $taskStartDate

    Represents the start date of a task for the milestone

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $taskEndDate

    Represents the end date of a task for the milestone

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $taskLabel

    Represents the task label for the milestone

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $taskPercentComplete

    Represents the percent complete rate of a task for the milestone

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $processName

    Represents the name of a process for the milestone

  • Gantt chart
  • `chart`: {`milestoneToolText`}
  • `milestone`: {`toolText`}
  • $sName

    Represents the short name of an entity

  • Maps
  • `map`: {`entityToolText`}
  • `entity`: {`toolText`}
  • $lName

    Represents the long name of an entity

  • Maps
  • `map`: {`entityToolText`}
  • `entity`: {`toolText`}
  • $fromID

    Represents the ID of the marker from which the connector starts

  • Maps
  • `map`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $fromLabel

    Represents the label of the marker from which the connector starts

  • Maps
  • `map`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toID

    Represents the ID of the marker at which the connector ends

  • Maps
  • `map`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $toLabel

    Represents the label of the marker at which the connector ends

  • Maps
  • `map`: {`connectorToolText`}
  • `connector`: {`toolText`}
  • $startValue

    Represents the starting value (unformatted) of a trend-line/trend-zone

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • $startDataValue

    Represents the starting value (formatted) of a trend-line/trend-zone

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • $endValue

    Represents the ending value (unformatted) of a trend-line/trend-zone

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • $endDataValue

    Represents the ending value (formatted) of a trend-line/trend-zone

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • $displayValue

    Represents the display of a trend-line/trend-zone

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • $axisName

    Represents the axis name against which the trend-line/trend-zone is plotted

  • All Cartesian (x- and y-coordinate) charts
  • `trendLines`: {`toolText`}
  • `line`: {`toolText`}
  • Top