diff options
Diffstat (limited to 'chart.go')
-rw-r--r-- | chart.go | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -479,16 +479,11 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { }, Format: formatPicture{ FPrintsWithSheet: true, - FLocksWithSheet: false, - NoChangeAspect: false, - OffsetX: 0, - OffsetY: 0, XScale: 1.0, YScale: 1.0, }, Legend: formatChartLegend{ - Position: "bottom", - ShowLegendKey: false, + Position: "bottom", }, Title: formatChartTitle{ Name: " ", |