PieGraph

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.

Structs

Item
struct Item
Undocumented in source.

Variables

items
Item[] items;

Containted items.

name
string name;

Name of the chart

Meta