Variable DefaultDataLabelsOptionsConst
DefaultDataLabelsOptions: {
align: string;
anchor: string;
color: (context: any) => string;
display: (context: any) => boolean;
font: { size: number; weight: string };
formatter: (value: any, context: any) => any;
} = ...
Type Declaration
align: string
anchor: string
color: (context: any) => string
display: (context: any) => boolean
font: { size: number; weight: string }