Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 0b420f8

Browse files
committed
minor fixes
1 parent ef60da1 commit 0b420f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/discovery.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function visualizeBPMN(data) {
2626
globals.bpmnVisualization.load(data, {
2727
fit: { type: FitType.Center }
2828
});
29-
globals.bpmnActivityElements = "Hello"
3029

3130
//update the list of bpmn activities
3231
globals.bpmnActivityElements = globals.bpmnVisualization.bpmnElementsRegistry.getElementsByKinds(ShapeBpmnElementKind.TASK)
@@ -76,7 +75,7 @@ function visualizeFrequency(data) {
7675
}
7776
}
7877
}
79-
78+
8079
//add legend
8180
colorLegend({
8281
colorScale: myFrequencyScale,

0 commit comments

Comments
 (0)