Skip to content

Commit 9d2cae1

Browse files
committed
Fix transition
1 parent 5a56173 commit 9d2cae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/utils/d3-flame-graphs-v4/d3-flame-graph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { scaleLinear, scaleQuantize } from 'd3-scale';
33
import { min, max, range } from 'd3-array';
44
import d3Tip from 'd3-tip';
55
import { partition, hierarchy } from 'd3-hierarchy';
6+
import 'd3-transition';
67

78
let indexOf = [].indexOf || function(item) {
89
for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; }

0 commit comments

Comments
 (0)