Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
509 stars 70 forks source link

Add d3-voronoi to examples and documentation #72

Closed thlaegler closed 3 years ago

thlaegler commented 3 years ago

Starting with a simple example in plain HTML+JS (no Node) I ran into this issue: https://github.com/Nhogs/popoto-examples/issues/17

To fix this I had to add <script src="https://d3js.org/d3-voronoi.v1.min.js"></script>.

But this fix/requirement is not mentioned anywhere in the docs or examples.

Popotojs commented 3 years ago

Best way to fix this for now is to use older version of D3 (v.5.15.0) Popoto needs to be updated to latest version but I don't know when it will be done

<script src="https://unpkg.com/d3@5.15.0" charset="utf-8"></script>