API / Series/General / BaseSeries
Defined in: src/types/chart/base.ts:3
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? |
object |
Options for the series data labels, appearing next to each data point. |
dataLabels.allowOverlap? |
boolean |
Default false |
dataLabels.enabled? |
boolean |
Enable or disable the data labels Default true |
dataLabels.html? |
boolean |
Allows to use any html-tags to display the content. The element will be displayed outside the box of the SVG element. Default false |
dataLabels.padding? |
number |
Default 5 |
dataLabels.style? |
Partial <BaseTextStyle > |
- |
visible? |
boolean |
Initial visibility of the series |
Previous
Next