From dae1a68ef8a70cafdd6696b26f8bd3e455f0bede Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Mon, 1 Jul 2019 00:04:05 +0200 Subject: [PATCH] display grid --- src/components/Chart.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Chart.vue b/src/components/Chart.vue index ea3244a..dc95fc4 100644 --- a/src/components/Chart.vue +++ b/src/components/Chart.vue @@ -88,4 +88,8 @@ export default { fill: $primary; stroke: $primary; } +.highcharts-xaxis-grid .highcharts-grid-line { + stroke-width: 1px; + stroke: #d8d8d8; +}