mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-01 19:27:58 +00:00
Using smooth lines for stats line graph
This commit is contained in:
@@ -73,6 +73,9 @@ const StatisticsChartList = ({ selectedDeviceId }) => {
|
|||||||
id: 'chart',
|
id: 'chart',
|
||||||
group: 'txrx',
|
group: 'txrx',
|
||||||
},
|
},
|
||||||
|
stroke: {
|
||||||
|
curve: 'smooth'
|
||||||
|
},
|
||||||
xaxis: {
|
xaxis: {
|
||||||
title: {
|
title: {
|
||||||
text: 'Time',
|
text: 'Time',
|
||||||
|
|||||||
Reference in New Issue
Block a user