From 5de0d9868c25ddcaf156f077f413790174fe69f8 Mon Sep 17 00:00:00 2001 From: bingyanglin <bingyang.lin@iota.org> Date: Thu, 18 Jul 2019 20:11:39 +0800 Subject: [PATCH] update_dashboard --- plugins/metrics/dashboard.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/metrics/dashboard.html b/plugins/metrics/dashboard.html index bea93acd..2e6c1919 100644 --- a/plugins/metrics/dashboard.html +++ b/plugins/metrics/dashboard.html @@ -28,22 +28,22 @@ [1, '#3e3e40'] ] }, - style: { - fontFamily: '\'Unica One\', sans-serif' - }, + // style: { + // fontFamily: 'sans-serif' + // }, plotBorderColor: '#606063' }, title: { style: { color: '#E0E0E3', - textTransform: 'uppercase', + // textTransform: 'uppercase', fontSize: '20px' } }, subtitle: { style: { color: '#E0E0E3', - textTransform: 'uppercase' + // textTransform: 'uppercase' } }, xAxis: { @@ -232,7 +232,7 @@ }, title: { - text: 'Transaction per Second' + text: 'Transactions per second' }, time: { @@ -262,7 +262,7 @@ }, series: [{ - name: 'Transaction per Second', + name: 'Transactions per second', data: data, type: 'areaspline', threshold: null, -- GitLab