summaryrefslogtreecommitdiff
path: root/grapher/Layouts/MotivityLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-06 18:04:28 -0700
committerJacob Palecki <[email protected]>2021-04-06 18:04:28 -0700
commit758de1d236f591de1d8b2fba4c58bfd8d5bbd26e (patch)
treeb44ae5415e603e351d4343e737a10d2a92e47276 /grapher/Layouts/MotivityLayout.cs
parentRemove cap and offset style switches (diff)
downloadrawaccel-758de1d236f591de1d8b2fba4c58bfd8d5bbd26e.tar.xz
rawaccel-758de1d236f591de1d8b2fba4c58bfd8d5bbd26e.zip
Rename accelMotivity to growthRate
Diffstat (limited to 'grapher/Layouts/MotivityLayout.cs')
-rw-r--r--grapher/Layouts/MotivityLayout.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs
index d108d16..e9c81f4 100644
--- a/grapher/Layouts/MotivityLayout.cs
+++ b/grapher/Layouts/MotivityLayout.cs
@@ -17,7 +17,7 @@ namespace grapher.Layouts
LogarithmicCharts = true;
GainSwitchOptionLayout = new OptionLayout(true, Gain);
- AccelLayout = new OptionLayout(true, Acceleration);
+ AccelLayout = new OptionLayout(true, GrowthRate);
ScaleLayout = new OptionLayout(false, string.Empty);
CapLayout = new OptionLayout(false, string.Empty);
WeightLayout = new OptionLayout(false, string.Empty);