API / Series/General / BaseSeries

Defined in: src/types/chart/base.ts:45

Extended by

Properties

Property Type Description
cursor? string You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
dataLabels? BaseDataLabels Options for the series data labels, appearing next to each data point.
tooltip? object Options for the tooltip that appears when the user hovers over a series or point.
tooltip.enabled? boolean Enable or disable the visibility of this series in the tooltip. Default true
tooltip.valueFormat? ValueFormat Formatting settings for tooltip value.
visible? boolean Initial visibility of the series