We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391353b commit 3ff8f07Copy full SHA for 3ff8f07
src/components/graphs/knngraph/KNNModelGraphDrawer.ts
@@ -13,7 +13,7 @@ import {
13
} from '../../../script/utils/graphUtils';
14
import { state, stores } from '../../../script/stores/Stores';
15
import { get } from 'svelte/store';
16
-import * as d3 from "d3";
+import * as d3 from 'd3';
17
18
export type GraphDrawConfig = {
19
xRot: number;
0 commit comments