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.
2 parents 4ed70f2 + e5990f6 commit f29b993Copy full SHA for f29b993
js/historyview.js
@@ -488,7 +488,7 @@ define(['d3'], function () {
488
})
489
.call(fixCirclePosition)
490
.attr('r', 1)
491
- .transition()
+ .transition("inflate")
492
.duration(500)
493
.attr('r', this.commitRadius);
494
js/main.js
@@ -45,7 +45,7 @@ if (!Array.prototype.indexOf) {
45
46
require.config({
47
paths: {
48
- 'd3': 'https://cdnjs.cloudflare.com/ajax/libs/d3/3.0.8/d3.min'
+ 'd3': 'https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.12/d3.min'
49
},
50
shim: {
51
'd3': {
0 commit comments