UNPKG

dc.graph

Version:

Graph visualizations integrated with crossfilter and dc.js

9 lines (8 loc) 223 B
d3.select('img.animate').on({ mouseenter: function(d) { this.src = "img/screenshots/" + this.id + ".gif"; }, mouseleave: function(d) { this.src = "img/screenshots/" + this.id + ".png"; } });