gatus/vendor/github.com/wcharczuk/go-chart/v2/renderable.go

5 lines
166 B
Go
Raw Normal View History

2021-08-21 23:38:23 +02:00
package chart
// Renderable is a function that can be called to render custom elements on the chart.
type Renderable func(r Renderer, canvasBox Box, defaults Style)