diff --git a/components/chart/day-column.js b/components/chart/day-column.js
index 008cc3111656380223c95ce98891dc7c7a333338..bc9ebba33b2ec1a349f9c4f167b4dbcf91556e88 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}