|
@@ -477,7 +477,7 @@
|
|
|
maintainAspectRatio: false,
|
|
|
tooltips: {enabled: false},
|
|
|
hover: {mode: null},
|
|
|
- stepped: 'middle',
|
|
|
+ //stepped: 'middle',
|
|
|
plugins: {
|
|
|
legend: {
|
|
|
display: true,
|
|
@@ -517,6 +517,7 @@
|
|
|
label: 'Inbound',
|
|
|
data: rxValues,
|
|
|
borderColor: "#4d9dd9",
|
|
|
+ borderWidth: 2,
|
|
|
backgroundColor: 'rgba(77, 157, 217, 0.2)',
|
|
|
fill: true,
|
|
|
pointStyle: false,
|
|
@@ -524,8 +525,9 @@
|
|
|
{
|
|
|
label: 'Outbound',
|
|
|
data: txValues,
|
|
|
- borderColor: '#3a9460',
|
|
|
- backgroundColor: 'rgba(58, 148, 96, 0.2)',
|
|
|
+ borderColor: '#ffe32b',
|
|
|
+ borderWidth: 2,
|
|
|
+ backgroundColor: 'rgba(255, 227, 43, 0.2)',
|
|
|
fill: true,
|
|
|
pointStyle: false,
|
|
|
}
|