summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
Diffstat (limited to 'chart.go')
-rw-r--r--chart.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart.go b/chart.go
index f740a2b..7b7162b 100644
--- a/chart.go
+++ b/chart.go
@@ -479,8 +479,8 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) {
},
Format: formatPicture{
FPrintsWithSheet: true,
- XScale: 1.0,
- YScale: 1.0,
+ XScale: 1,
+ YScale: 1,
},
Legend: formatChartLegend{
Position: "bottom",