dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
PieGraph
dextool
plugin
mutate
backend
report
html
tmpl
Undocumented in source.
@
safe
struct
PieGraph {
alias
Width
=
NamedType
!(
long
,
Tag
!
"PieGraphWidth"
,
long
.
init
,
TagStringable
)
;
struct
Item
;
string
name
;
Item
[]
items
;
string
data
();
Element
canvas
(Width w);
string
initCall
();
void
html
(Element root, Width w);
}
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
Source
See Implementation
dextool
plugin
mutate
backend
report
html
tmpl
functions
dashboardCss
filesCss
tmplBasicPage
tmplDefaultMatrixTable
tmplDefaultTable
tmplSortableTable
structs
PieGraph
TimeScalePointGraph