diff --git a/snippets/graph.html b/snippets/graph.html index 77513cb..46c25f7 100644 --- a/snippets/graph.html +++ b/snippets/graph.html @@ -204,6 +204,7 @@ function drawGraph(deveui, alias, property, start, stop, create_graph) { title: { text: urlParams.get('alias'), align: 'center', + offsetY: 20, style: { fontSize: '32px' } diff --git a/static/css/mini-beieli-web-custom.css b/static/css/mini-beieli-web-custom.css index 5d89e03..85831a8 100644 --- a/static/css/mini-beieli-web-custom.css +++ b/static/css/mini-beieli-web-custom.css @@ -31,3 +31,13 @@ hr { .block-link { text-decoration: none !important; } + +.apexcharts-title-text { + font-weight: 700 !important; + font-size: 24px !important; + font-family: "Rubik", sans-serif !important; +} + +.apexcharts-legend { + font-family: "Rubik", sans-serif; +}