interface ScatterSelectedMarker {
    marker: Partial<{
        color: Color;
        opacity: number;
    }>;
    textfont: {
        color: Color;
    };
}

Properties

Properties

marker: Partial<{
    color: Color;
    opacity: number;
}>
textfont: {
    color: Color;
}