js-flot-0.8.3: Obtain minified flot code

Safe HaskellSafe-Inferred

Language.Javascript.Flot

Description

Module for accessing minified flot code (http://www.flotcharts.org/). As an example:

 import qualified Language.Javascript.Flot as Flot
 main = do
 putStrLn $ "Flot version " ++ show Flot.version ++ " source:"
 putStrLn =<< readFile =<< Flot.file Flot.Flot

Documentation

data Flot Source

The Flot code to obtain. Use Flot for the base system and the other values for the various addins shipped with Flot.

Constructors

Instances

version :: Version Source

The version of Flot provided by this package. Not necessarily the version of this package, but the versions will match in the first three digits.

file :: Flot -> IO FilePath Source

A local file containing the minified Flot code for version .

AltStyle によって変換されたページ (->オリジナル) /