go-chart/drawing/constants.go

10 lines
168 B
Go
Raw Normal View History

2016-07-08 20:57:14 -04:00
package drawing
const (
// DefaultDPI is the default image DPI.
DefaultDPI = 96.0
// EMRatio is the ratio of something to something else.
EMRatio = 64.0 / 72.0
)