Skip to content

therustmonk/elm-dygraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dygraphs in Elm

This package provides component to render dygraphs charts.

Basic Usage

content : Html msg
content =
  Dygraphs.toHtml
    [ Dygraphs.labels
      [ "X"
      , "Label A"
      , "Label B"
      ]
    , Dygraphs.data <| Dygraphs.Rows [ [1, 3, 6], [2, 34, -1] ]
    ] []

Important: This library not contains dygraphs library than you should add it to your index.html.

About

Dygraphs library component for Elm

Resources

License

Stars

Watchers

Forks

Packages

No packages published