diff --git a/src/Charts.elm b/src/Charts.elm index b416cad..3d06b00 100644 --- a/src/Charts.elm +++ b/src/Charts.elm @@ -84,7 +84,14 @@ temperatureChart now measurements = , axisLine = AxisLine.full Colors.black , ticks = Ticks.time tickCount } - , container = Container.responsive "line-chart-1" + , container = + Container.custom + { attributesHtml = [] + , attributesSvg = [] + , size = Container.relative + , margin = Container.Margin 10 10 60 50 + , id = "line-chart-30d" + } , interpolation = Interpolation.default , intersection = Intersection.default , legends = Legends.none