Add day of week to card scans chart

This commit is contained in:
Tanner Collin 2022-12-21 06:00:42 +00:00
parent a9f20e7bdf
commit fbc9eedef9

View File

@ -310,7 +310,7 @@ export function Charts(props) {
<XAxis dataKey='date' minTickGap={10} />
<YAxis />
<CartesianGrid strokeDasharray='3 3'/>
<Tooltip />
<Tooltip labelFormatter={t => moment(t).format('YYYY-MM-DD ddd')} />
<Legend />
<Bar