diff --git a/src/web/questions/components/HistoryChart/InnerChart.tsx b/src/web/questions/components/HistoryChart/InnerChart.tsx index d0b706a..0cbcce5 100644 --- a/src/web/questions/components/HistoryChart/InnerChart.tsx +++ b/src/web/questions/components/HistoryChart/InnerChart.tsx @@ -37,7 +37,7 @@ const getVictoryGroup = ({ data: { // strokeOpacity: highlight ? 1 : 0.5, strokeOpacity: 0.6, - strokeWidth: isBinary ? 4 : 3, + strokeWidth: 3, }, }} /> @@ -82,7 +82,7 @@ export const InnerChart: React.FC = ({ return ( = ({ y: [0, domainMax], }} > + { + // Note: axis is not in fact unaligned. Fetchers are at ~12:00 + // whereas the date is at the beginning of the day + // however, it still doesn't look very pretty. + }