epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 279 forks source link

Epoch doesn't work with lastest version of D3.js #235

Open felipefonsecabh opened 7 years ago

felipefonsecabh commented 7 years ago

Hi! I'm testing Epoch library and i verify this lib doesn't work with lastest version of d3.js (v4). The v3 version works correctly. So, in code i have to put:

<script src ="http://d3js.org/d3.v3.min.js>

Why?

tynano commented 7 years ago

Hi @felipefonsecabh

i just found this as well, so what its worth:

seems like this repo isn't maintained anymore. there were alot of changes to d3's api btwn versions 3 and 4, so now epoch breaks. it is possible to have both versions running at the same time, but honestly after doing that and spending a few hours with this i'm just dropping it for plotly.js. shame becuz this repo looked really promising...