Skip to content

Instantly share code, notes, and snippets.

View SimonTeixidor's full-sized avatar

Simon Teixidor SimonTeixidor

View GitHub Profile
module LineChart exposing (main)
{-| This module shows how to build a simple line and area chart using some of
the primitives provided in this library.
-}
import Date exposing (Date)
import Svg exposing (..)
import Svg.Attributes exposing (..)
import Visualization.Axis as Axis exposing (defaultOptions)