Open felipefonsecabh opened 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...
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?