MCPcopy Index your code

hub / github.com/erkkah/margaid / functions

Functions145 in github.com/erkkah/margaid

MethodNotEqual
NotEqual verifies that the two arguments are not equal
xt/testing.go:50
MethodNotNil
NotNil verifies that the argument is not nil
xt/testing.go:67
MethodRender
Render renders the graph to the given destination.
margaid.go:306
MethodSize
Size calculates the total size in bytes of all keys + values
brackets/brackets.go:48
MethodString
()
brackets/brackets.go:37
MethodString
()
brackets/brackets.go:219
FunctionSum
Sum calculates the Y sum of a list of values, reported as observed at the given time.
series.go:265
FunctionTestAggregateAvg
(t *testing.T)
series_test.go:53
FunctionTestAggregateDelta
(t *testing.T)
series_test.go:103
FunctionTestAggregateSum
(t *testing.T)
series_test.go:78
FunctionTestBracketConstruction
(t *testing.T)
brackets/brackets_test.go:9
FunctionTestCapBySize
(t *testing.T)
series_test.go:18
FunctionTestCapByTime
(t *testing.T)
series_test.go:27
FunctionTestConstruction
(t *testing.T)
series_test.go:10
FunctionTestEmptySelfClosingBracket
(t *testing.T)
brackets/brackets_test.go:15
FunctionTestMinMax
(t *testing.T)
series_test.go:41
FunctionTestNestedBrackets
(t *testing.T)
brackets/brackets_test.go:39
FunctionTestOpenCloseBracket
(t *testing.T)
brackets/brackets_test.go:31
FunctionTestSelfClosingBracket
(t *testing.T)
brackets/brackets_test.go:22
FunctionTestTimeTickerStart
(t *testing.T)
tickers_test.go:10
FunctionTestTimeTickerStep
(t *testing.T)
tickers_test.go:32
FunctionTestValueTickerSimpleRange
(t *testing.T)
tickers_test.go:159
FunctionTestValueTickerStart_Lin
(t *testing.T)
tickers_test.go:60
FunctionTestValueTickerStart_Log
(t *testing.T)
tickers_test.go:109
FunctionTestValueTickerStep_Lin
(t *testing.T)
tickers_test.go:81
FunctionTestValueTickerStep_Log
(t *testing.T)
tickers_test.go:131
MethodText
Text adds text content to the current element. Note that the text is not automatically XML-escaped. Use the XMLEscape function if that is needed.
brackets/brackets.go:159
FunctionUsingAxes
UsingAxes selects the x and y axis for plotting
plots.go:36
FunctionUsingMarker
UsingMarker selects a marker for highlighting plotted values. See svg.Marker for valid marker types.
plots.go:45
FunctionUsingStrokeWidth
(width float32)
plots.go:51
FunctionWithColorScheme
WithColorScheme sets the start color for selecting plot colors. The start color is selected as a hue value between 0 and 359.
margaid.go:179
FunctionWithLabelFont
WithLabelFont sets label font family and size in pixels
margaid.go:194
FunctionWithTitleFont
WithTitleFont sets title font family and size in pixels
margaid.go:186
MethodZip
Zip merges two slices of floats into pairs and adds them to the series. It is assumed that the two slices have the same length.
series.go:168
Methodlabel
(value float64)
tickers.go:30
Methodlabel
(value float64)
tickers.go:79
Methodlabel
(value float64)
tickers.go:144
Functionmain
()
example/bars.go:13
Functionmain
()
example/minimal.go:12
Functionmain
()
example/example.go:14
Methodnext
(previous float64)
tickers.go:55
Methodnext
(previous float64)
tickers.go:174
Methodstart
(axis Axis, _ *Series, steps int)
tickers.go:35
Methodstart
(axis Axis, _ *Series, steps int)
tickers.go:83
Methodstart
(axis Axis, series *Series, _ int)
tickers.go:148
← previous101–145 of 145, ranked by callers