From be7a55fbc03d510c1f795f9179f1189591d0c67d Mon Sep 17 00:00:00 2001 From: bourquecharles Date: Tue, 29 Jun 2021 16:07:17 -0400 Subject: [PATCH] Using smooth lines for stats line graph --- src/components/InterfaceStatistics/StatisticsChartList.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/InterfaceStatistics/StatisticsChartList.js b/src/components/InterfaceStatistics/StatisticsChartList.js index 4572f2b..af64d1e 100644 --- a/src/components/InterfaceStatistics/StatisticsChartList.js +++ b/src/components/InterfaceStatistics/StatisticsChartList.js @@ -73,6 +73,9 @@ const StatisticsChartList = ({ selectedDeviceId }) => { id: 'chart', group: 'txrx', }, + stroke: { + curve: 'smooth' + }, xaxis: { title: { text: 'Time',