refactor: review
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rebecca-Chou 2022-09-07 21:27:17 -04:00
parent ebd713afd2
commit 85fbfb4c7e
2 changed files with 15 additions and 1759 deletions

View File

@ -207,7 +207,7 @@ export function LineGraph(props: LineGraphProps) {
x={(d) => xScale(getX(d)) ?? 0}
y={(d) => yScale(getY(d)) ?? 0}
stroke={even ? Color.primaryAccent : Color.secondaryAccent}
strokeWidth={3}
strokeWidth={4}
strokeOpacity={2}
/>
</Group>
@ -219,7 +219,6 @@ export function LineGraph(props: LineGraphProps) {
{tooltipOpen && (
<TooltipInPortal
// set this to random so it correctly updates with parent bounds
top={tooltipTop}
left={tooltipLeft}
className={styles.tooltip}

1771
package-lock.json generated

File diff suppressed because it is too large Load Diff