Skip to content

Commit

Permalink
Removed d3 scale
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Sep 21, 2023
1 parent 406eaa8 commit 35731dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Draco.Trace.Visualizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Draco.Trace.Visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"d3": "^7.8.5",
"d3-scale": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^2.1.3",
Expand Down
1 change: 0 additions & 1 deletion src/Draco.Trace.Visualizer/src/TimelineGraph.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as d3 from "d3";
import * as d3scale from "d3-scale";
import React from "react";
import { MessageModel, ThreadModel, TraceModel } from "./Model";

Expand Down

0 comments on commit 35731dd

Please sign in to comment.