From 5a08acbffecb50aa8426e221bbd8457c114f7eda Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:33:23 +1000 Subject: change legend position for graphs --- grapher/Models/Charts/ChartXY.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapher/Models/Charts/ChartXY.cs b/grapher/Models/Charts/ChartXY.cs index 39e1a92..237538f 100644 --- a/grapher/Models/Charts/ChartXY.cs +++ b/grapher/Models/Charts/ChartXY.cs @@ -174,7 +174,7 @@ namespace grapher ElementPosition legendPos = legend.Position; - ElementPosition legendPosNew = new ElementPosition(100 -, 0, legendPos.Width, legendPos.Height); + ElementPosition legendPosNew = new ElementPosition(75, 0, 25, 25); legend.Position = legendPosNew; setChartColors(chart); -- cgit v1.2.3