go-chart/drawing/constants.go

7 lines
87 B
Go

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