Update d3 to v6.7.0

This commit is contained in:
Maximilian Krög
2021-05-23 17:06:00 +02:00
parent b49d94ce90
commit ad8c704e4a
3 changed files with 7 additions and 5 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@5.9.2/dist/d3.js
- https://unpkg.com/d3@6.7.0/dist/d3.min.js
- https://unpkg.com/topojson@3.0.2/dist/topojson.js
---
<div id="map" class="map"></div>