:chore: minor fix

pull/107/head
Beihao Zhou 3 months ago
parent 2e5ffabf08
commit e1eb3c24f8
  1. 2
      components/LineGraph.tsx

@ -126,7 +126,7 @@ export const LineGraph = withTooltip<LineGraphProps, TooltipData>(
});
return (
<div className={styles.container}>
<div>
<div className={styles.legend}>
<LegendOrdinal
scale={colorScale}

Loading…
Cancel
Save