This commit is contained in:
Will Charczuk 2016-07-06 19:04:21 -07:00
parent b6b0409dbc
commit b9f1b00631
2 changed files with 26 additions and 1 deletions

View file

@ -17,6 +17,8 @@ const (
DefaultPadding = 10
// DefaultLineWidth is the default chart line width.
DefaultLineWidth = 2.0
// DefaultAxisLineWidth is the line width of the axis lines.
DefaultAxisLineWidth = 1.0
//DefaultDPI is the default dots per inch for the chart.
DefaultDPI = 120.0
// DefaultMinimumFontSize is the default minimum font size.