d3js-0.1.0.0: Declarative visualization on a web browser with DSL approach.

Safe HaskellSafe-Inferred

D3JS.Example

Synopsis

Documentation

test1 :: IO ()Source

Scatter plot with a frame. Generate 'test1.html' file.

test2 :: IO ()Source

Scatter plot with dissolving transition. Generate 'generated.js' file.

Scatter plot with a frame. Generate 'test1.html' file.

test3 :: IO ()Source

Bar chart. Generate 'generated.js' file.

Scatter plot with a frame. Generate 'test1.html' file.

writeToHtml :: Reifiable a => FilePath -> a -> IO ()Source

Output a single excutable HTML file with embedded JS code.