combinedTooltip
For a Line Chart or Area Chart, when set to true, displays a single tooltip with details from all lines. (The amount of data displayed will be limited by available space in the tooltip.) When false (default), the tooltip displays details only for the line to which the user points.
Example
Chart1.combinedTooltip = true;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |