package
module
Version:
v0.0.0-...-a8c1102
Opens a new window with list of versions in this module.
Published: Jun 28, 2016
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Dygoraphs
Dygoraphs is a very simple go library interface to the dygraphs
javascript library. It aims to make it easy to generate interactive plots from go.
See the example directory for some examples.

Documentation
¶
Script contains the dygraphs.js source code.
Graph defines a single graph object.
NewGraph creates a new Graph object.
Div creates a graph <div> element to insert into a web page.
DumpOptions dumps the graph options as JSON.
DumpStyle dumps the graph style options as JSON.
EscCSV escapes a csv string for inclusion into HTML.
PlotCSV creates a dygoraphs plot from CSV data.
SetOption sets a graph option as a name/value pair.
SetStyle specifies a CSS style attribute to set.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.