Using smooth lines for stats line graph

This commit is contained in:
bourquecharles
2021-06-29 16:07:17 -04:00
parent 236e2ced62
commit be7a55fbc0

View File

@@ -73,6 +73,9 @@ const StatisticsChartList = ({ selectedDeviceId }) => {
id: 'chart',
group: 'txrx',
},
stroke: {
curve: 'smooth'
},
xaxis: {
title: {
text: 'Time',