interface ChartLine {
    color?: any;
    visible?: boolean;
    width?: any;
}

Properties

color?: any
visible?: boolean
width?: any