# HG changeset patch # User Fadi Abbud # Date 1562593179 -7200 # Node ID 22f7677337a55a9fdefe323790c775f0237bf512 # Parent 387f239018c7fa82134e64f9a4783cee2f3ba860 client:pdf-gen: fix drawing of axises on pdf (hydrologicalconditions diagram) diff -r 387f239018c7 -r 22f7677337a5 client/src/components/gauge/HydrologicalConditions.vue --- a/client/src/components/gauge/HydrologicalConditions.vue Mon Jul 08 14:11:19 2019 +0200 +++ b/client/src/components/gauge/HydrologicalConditions.vue Mon Jul 08 15:39:39 2019 +0200 @@ -506,7 +506,7 @@ this.svg .selectAll(".tick line") .attr("stroke-dasharray", 5) - .attr("stroke", " #ccc"); + .attr("stroke", "#ccc"); this.svg.selectAll(".tick text").attr("fill", "black"); this.svg.selectAll(".domain").attr("stroke", "black");