MCPcopy
hub / github.com/mum4k/termdash / YLabelCellOpts

Function YLabelCellOpts

widgets/heatmap/options.go:91–95  ·  view source on GitHub ↗

YLabelCellOpts set the cell options for the labels on the Y axis.

(co ...cell.Option)

Source from the content-addressed store, hash-verified

89
90// YLabelCellOpts set the cell options for the labels on the Y axis.
91func YLabelCellOpts(co ...cell.Option) Option {
92 return option(func(opts *options) {
93 opts.yLabelCellOpts = co
94 })
95}
96
97// AxisCellOpts sets the cell options for the Y-axis rule drawn beside the cells.
98func AxisCellOpts(co ...cell.Option) Option {

Callers 5

newVisualizeTabFunction · 0.92
newExplorerWidgetsFunction · 0.92
mainFunction · 0.92
newTelemetryTabsFunction · 0.92

Calls 1

optionFuncType · 0.70

Tested by 1