TimeScalePointGraph

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Aliases

Width
alias Width = NamedType!(long, Tag!"PieGraphWidth", long.init, TagStringable)
Undocumented in source.

Functions

canvas
Element canvas(Width w)
Undocumented in source. Be warned that the author may not have intended to support it.
data
string data()
Undocumented in source. Be warned that the author may not have intended to support it.
html
void html(Element root, Width w)
Undocumented in source. Be warned that the author may not have intended to support it.
initCall
string initCall()

Call to initialize the graph with data.

put
void put(string sample, Point p)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(string sample, string c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Point
struct Point
Undocumented in source.
Sample
struct Sample
Undocumented in source.

Variables

name
string name;

Name of the chart

samples
Sample[string] samples;

The key is the sample name.

Meta