summaryrefslogtreecommitdiff
path: root/grapher/Models/Charts/ChartState/ChartStateManager.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-18 22:02:29 -0800
committerJacob Palecki <[email protected]>2021-01-18 22:02:29 -0800
commit4faf0007c7c551fae8fd25fc7a98767070cb9244 (patch)
tree9aec833ce5453ae853148c387410cb9b792c1e2e /grapher/Models/Charts/ChartState/ChartStateManager.cs
parentRefactor for new graph calculation method (diff)
downloadrawaccel-4faf0007c7c551fae8fd25fc7a98767070cb9244.tar.xz
rawaccel-4faf0007c7c551fae8fd25fc7a98767070cb9244.zip
Directional works
Diffstat (limited to 'grapher/Models/Charts/ChartState/ChartStateManager.cs')
-rw-r--r--grapher/Models/Charts/ChartState/ChartStateManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/Charts/ChartState/ChartStateManager.cs b/grapher/Models/Charts/ChartState/ChartStateManager.cs
index 9ed54e1..3d4bbec 100644
--- a/grapher/Models/Charts/ChartState/ChartStateManager.cs
+++ b/grapher/Models/Charts/ChartState/ChartStateManager.cs
@@ -38,7 +38,8 @@ namespace grapher.Models.Charts.ChartState
sensitivityChart,
velocityChart,
gainChat,
- accelData,
+ xPoints,
+ yPoints,
accelCalculator);
}