From 2e5f019cbe40fddd63e6d9ba4237db2bb39f275c Mon Sep 17 00:00:00 2001 From: seidler2547 Date: Mon, 13 May 2019 05:52:39 +0000 Subject: [PATCH] Improve visibility of horizontal grid lines It might depend on the screen settings, but on none of my devices I would easily make out the horizontal grid lines. This change makes them much more visible but still not intrusive. --- custom-weather-card-chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-weather-card-chart.js b/custom-weather-card-chart.js index 7e52284..3aafa9d 100644 --- a/custom-weather-card-chart.js +++ b/custom-weather-card-chart.js @@ -398,7 +398,7 @@ class WeatherCardChart extends Polymer.Element { display: true, drawBorder: false, color: dividerColor, - borderDash: [1,3], + borderDash: [4,6], }, ticks: { display: true,