summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-04-16 13:53:16 +0800
committerxuri <xuri.me@gmail.com>2022-04-16 13:53:16 +0800
commit6fa950a4f852bd45b81c941877732ec516dcc673 (patch)
tree2abd993aeb119331646bab9c9f66c2978b9f82da /chart.go
parent5a279321bb494141fb12ac010a33da4a78c6a309 (diff)
ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format default
Diffstat (limited to 'chart.go')
-rw-r--r--chart.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/chart.go b/chart.go
index 8f521fa..f740a2b 100644
--- a/chart.go
+++ b/chart.go
@@ -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: " ",