diff --git a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts index ea76ae23be54c3299a5b370f84cd78630fe23be5..365500a061ff9d993b08059345ea9297fc0fb73a 100644 --- a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts +++ b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts @@ -18,9 +18,9 @@ export class Graph3DComponent { @ViewChild('graph3DElement') private graph3DRef: ElementRef; - private graphProps : GraphProps = Default_GraphProps; + graphProps : GraphProps = Default_GraphProps; - private animationProps : AnimationProps = { + animationProps : AnimationProps = { visible: false, playing: false, value: 0,