We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7aa012 commit f84be89Copy full SHA for f84be89
site/frontend/src/pages/graphs/plots.ts renamed to site/frontend/src/graph/render.ts
@@ -1,5 +1,5 @@
1
import uPlot, {TypedArray} from "uplot";
2
-import {GraphData, GraphsSelector} from "../../graph/data";
+import {GraphData, GraphsSelector} from "./data";
3
4
const commonCacheStateColors = {
5
full: "#7cb5ec",
site/frontend/src/pages/graphs/page.vue
@@ -8,7 +8,7 @@ import {
8
getUrlParams,
9
navigateToUrlParams,
10
} from "../../utils/navigation";
11
-import {renderPlots} from "./plots";
+import {renderPlots} from "../../graph/render";
12
import {BenchmarkInfo, loadBenchmarkInfo} from "../../api";
13
import AsOf from "../../components/as-of.vue";
14
import {loadGraphs} from "../../graph/api";
0 commit comments