diff options
| author | Jacob Palecki <[email protected]> | 2021-01-18 22:02:29 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-18 22:02:29 -0800 |
| commit | 4faf0007c7c551fae8fd25fc7a98767070cb9244 (patch) | |
| tree | 9aec833ce5453ae853148c387410cb9b792c1e2e /grapher/Models/Charts/ChartState/ChartStateManager.cs | |
| parent | Refactor for new graph calculation method (diff) | |
| download | rawaccel-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.cs | 3 |
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); } |