def get_show_legend()

in src/responsibleai/rai_analyse/_score_card/common_components.py [0:0]


    def get_show_legend(legend, index):
        if not legend:
            return False
        if index == 0:
            return True
        return False