# HG changeset patch # User Benjamin Weber # Date 1666182126 -7200 # Wed Oct 19 14:22:06 2022 +0200 # Node ID 580ab93c70e246ac3b3545cb81b52be2375d07ea # Parent 2ea946d94713275601edddaae48abdee5273aebb add x grid to line charts diff --git a/src/Charting.elm b/src/Charting.elm --- a/src/Charting.elm +++ b/src/Charting.elm @@ -83,7 +83,7 @@ , 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) <|