diff options
| -rw-r--r-- | grapher/Models/Charts/ChartXY.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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); |