Skip to content

will bar/treemap etc support selection status and select/unselect event like pie chart #6813

@OliviaSong

Description

@OliviaSong

I've implemented the bar selection function, but I'm distressed about how to manage the code, so I ask if the Officialare considering implementing it,t's best to merge my code into the master

    var select=seriesModel.isSelected(data.getName(dataIndex));
    if(false===select)
    {
        color="#CDC5BF";
    }else{
        color = data.getItemVisual(dataIndex, 'color'); 
    }

this can keep unselectbar gray

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleInactive for a long time. Will be closed in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions