go-chart/pkg/drawing/constants.go

6 lines
87 B
Go

package drawing
const (
// DefaultDPI is the default image DPI.
DefaultDPI = 96.0
)