Ensured info for selected visit in visits table gets highlighted in bar charts

This commit is contained in:
Alejandro Celaya
2020-04-04 20:16:20 +02:00
parent bd4255108d
commit f5cc1abe75
5 changed files with 56 additions and 15 deletions

View File

@@ -59,8 +59,10 @@ describe('<GraphCard />', () => {
xAxes: [
{
ticks: { beginAtZero: true },
stacked: true,
},
],
yAxes: [{ stacked: true }],
});
});
});