From e9e58ea66ad1c8e6390c6a83057f8eb97cef122f Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 29 Apr 2020 11:25:28 -0400 Subject: removed graph code --- src/client/views/graph/GraphManager.ts | 45 ---------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/client/views/graph/GraphManager.ts (limited to 'src/client/views/graph/GraphManager.ts') diff --git a/src/client/views/graph/GraphManager.ts b/src/client/views/graph/GraphManager.ts deleted file mode 100644 index b62f2337b..000000000 --- a/src/client/views/graph/GraphManager.ts +++ /dev/null @@ -1,45 +0,0 @@ - - -import {Graph} from "./Graph"; -import {observable, computed} from 'mobx'; -import { Dictionary } from "typescript-collections"; -import { string } from "prop-types"; -import { Doc } from "../../../new_fields/Doc"; - - -export class GraphManager { - @observable public Graphs: Graph[] = []; - - @observable public GraphData: Doc = new Doc(); - - private static _instance: GraphManager; - - @computed - public static get Instance():GraphManager { - return this._instance || (this._instance = new this()); - } - - private constructor(){ - - } - - - - - public set addGraph(graph:Graph){ - this.Graphs.push(graph); - } - - - defaultGraphs = () => { - - } - - - - - - - - -} \ No newline at end of file -- cgit v1.2.3-70-g09d2