summaryrefslogtreecommitdiff
path: root/grapher/Models/Charts/ChartState/XYTwoGraphState.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-06 23:24:51 -0400
committera1xd <[email protected]>2021-09-07 05:08:25 -0400
commit404b272a558b0bb915e182b01849c9631f829619 (patch)
tree5479599472ed0d88561f12677898febcce6fe4d7 /grapher/Models/Charts/ChartState/XYTwoGraphState.cs
parentincrease lut points capacity to 257 (diff)
downloadrawaccel-404b272a558b0bb915e182b01849c9631f829619.tar.xz
rawaccel-404b272a558b0bb915e182b01849c9631f829619.zip
get grapher building
Diffstat (limited to 'grapher/Models/Charts/ChartState/XYTwoGraphState.cs')
-rw-r--r--grapher/Models/Charts/ChartState/XYTwoGraphState.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/Charts/ChartState/XYTwoGraphState.cs b/grapher/Models/Charts/ChartState/XYTwoGraphState.cs
index 5b6c2b8..387d1b1 100644
--- a/grapher/Models/Charts/ChartState/XYTwoGraphState.cs
+++ b/grapher/Models/Charts/ChartState/XYTwoGraphState.cs
@@ -23,7 +23,7 @@ namespace grapher.Models.Charts.ChartState
Data = new AccelDataXYComponential(xPoints, yPoints, accelCalculator);
}
- public override DriverSettings Settings { get; set; }
+ public override Profile Settings { get; set; }
public override void Activate()
{