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