From 5fe50f0397792405c4ff1b3b5cccb3d3ce05209f Mon Sep 17 00:00:00 2001 From: Julia Friesel <julia.friesel@gmail.com> Date: Sat, 11 Aug 2018 15:54:39 +0200 Subject: [PATCH] Make horizontal grid visible --- components/chart/day-column.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chart/day-column.js b/components/chart/day-column.js index 008cc311..bc9ebba3 100644 --- a/components/chart/day-column.js +++ b/components/chart/day-column.js @@ -57,7 +57,7 @@ export default class DayColumn extends Component { /> ) } - columnElements.push(...[horizontalGrid, cycleDayLabel, dateLabel]) + columnElements.push(cycleDayLabel, dateLabel, horizontalGrid) // {nfpLineInfo.drawFhmLine ? // <Line // x1={0 + styles.nfpLine.strokeWidth / 2} -- GitLab