diff --git a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts
index cb50b9e22dc03f2286353279d63cac90b73f3af4..41f79f8c7d726ba3b12f0b38eebe84d0ecf791f9 100755
--- a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
+++ b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
@@ -17,7 +17,7 @@ export class Graph2DComponent {
 
     private instance: null;
 
-    private animation: Animation = {
+    animation: Animation = {
         data: [],
         timer: null,
         currentFrame: 0,