things.
This commit is contained in:
parent
b6b0409dbc
commit
b9f1b00631
2 changed files with 26 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue