render()

in modules/manifold/src/components/feature-attribution-container.js [53:60]


  render() {
    const {data, width, colors, selectedInstances} = this.props;
    if (!data || data.length === 0) {
      return null;
    }
    return (
      <Container>
        <StyledLegend data={LEGEND_DATA} colorScale={id => colors[id]} />