Type Alias DataPoint

DataPoint: {
    index: number;
    title?: string;
    value: number;
}