diff options
| author | Jacob Palecki <[email protected]> | 2020-09-22 13:08:31 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-22 13:08:31 -0700 |
| commit | 45285413a94c9c081098c672e69e9811ac5262b7 (patch) | |
| tree | 4c89d57a30226e2d1c007547fa5cf787118f3158 /grapher/Models/Charts | |
| parent | Fix bug & rename x axis to input speed (diff) | |
| download | rawaccel-45285413a94c9c081098c672e69e9811ac5262b7.tar.xz rawaccel-45285413a94c9c081098c672e69e9811ac5262b7.zip | |
Rename experiment two to motivity
Diffstat (limited to 'grapher/Models/Charts')
| -rw-r--r-- | grapher/Models/Charts/ChartXY.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Models/Charts/ChartXY.cs b/grapher/Models/Charts/ChartXY.cs index c5c00d1..3850e42 100644 --- a/grapher/Models/Charts/ChartXY.cs +++ b/grapher/Models/Charts/ChartXY.cs @@ -128,7 +128,6 @@ namespace grapher pointTwo.Get(out x, out y); chart.Series[3].Points.DataBindXY(x, y); } - chart.Update(); } } |