From 6604eae7a038d9d00706f92437df7bb852534227 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 15 May 2017 02:10:29 -0700 Subject: [PATCH] timeline-viz: note the older d3 version we need I should rewrite this to be compatible with the latest d3.js (v4), but for now just install d3@3.5.17 instead. --- misc/dump-timing.py | 2 +- misc/web/timeline.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/dump-timing.py b/misc/dump-timing.py index e84d8e5..61e8fcb 100644 --- a/misc/dump-timing.py +++ b/misc/dump-timing.py @@ -1,6 +1,6 @@ # To use the web() option, you should do: # * cd misc -# * npm install d3 zepto +# * npm install d3@3.5.17 d3-tip@0.6.7 zepto from __future__ import print_function import os, sys, time, json, random diff --git a/misc/web/timeline.html b/misc/web/timeline.html index 41e92fe..1f158dd 100644 --- a/misc/web/timeline.html +++ b/misc/web/timeline.html @@ -4,7 +4,7 @@ Timeline Visualizer - +