Quick'n'dirty Jekyll plugin for sorted cycle.
Copy sorted_for.rb to _plugins/ directory of your Jekyll site.
| (function() { | |
| var n = 243, | |
| duration = 750, | |
| now = new Date(Date.now() - duration), | |
| count = 0, | |
| data = d3.range(n).map(function() { return 0; }); | |
| var margin = {top: 6, right: 0, bottom: 20, left: 40}, | |
| width = 960 - margin.right, |
| requirejs.config({ | |
| shim: { | |
| 'foundation/jquery.foundation.topbar': { | |
| deps: ['jquery'], | |
| }, | |
| 'foundation/jquery.cookie': { | |
| deps: ['jquery'] | |
| }, | |
| 'foundation/jquery.event.move': { | |
| deps: ['jquery'] |