add x grid to line charts
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Charting.elm
M src/Charting.elm +1 -1
@@ 83,7 83,7 @@ twoLinesChart cmodel doneData =
         , hover
         , CE.onMouseLeave (hoverVariant [])
         ]
-        [ C.xLabels [ CA.fontSize 12 ]
+        [ C.xLabels [ CA.fontSize 12, CA.withGrid ]
         , C.yLabels [ CA.fontSize 12, CA.withGrid ]
         , content
         , C.each (Maybe.withDefault [] cmodel.hovering) <|