Update d3 version in d3 example

This commit is contained in:
Frederic Junod
2019-05-17 14:27:20 +02:00
parent 6b50f1555b
commit 6dc00b75e0
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ docs: >
The example loads TopoJSON geometries and uses d3 (<code>d3.geo.path</code>) to render these geometries to a SVG element.
tags: "d3"
resources:
- https://unpkg.com/d3@4.12.0/build/d3.js
- https://unpkg.com/d3@5.9.2/dist/d3.js
- https://unpkg.com/topojson@3.0.2/dist/topojson.js
---
<div id="map" class="map"></div>