diff --git a/report-viewer/src/components/ClusterGraph.vue b/report-viewer/src/components/ClusterGraph.vue index b57597d1a..ff5348d6b 100644 --- a/report-viewer/src/components/ClusterGraph.vue +++ b/report-viewer/src/components/ClusterGraph.vue @@ -13,7 +13,6 @@ import ChartDataLabels from 'chartjs-plugin-datalabels' import { EdgeLine, GraphController, GraphChart } from 'chartjs-chart-graph' import { store } from '@/stores/store' import { graphColors } from '@/utils/ColorUtils' -import { start } from 'repl' const props = defineProps({ cluster: {