Label
Previous
Tooltip
Next
Color
Loading...
Label in Ant Design Charts is one of the means to annotate charts. Multiple labels can be added to a mark:
({labels: [{text: 'genre', // Specify the bound fielddy: -15, // Specify style},{text: 'sold', // Specify the bound fieldfill: '#fff', // Specify styledy: 5,},],});
More options about label, see the document of label.