d3 version update

This commit is contained in:
jipexu
2022-06-21 17:43:47 +02:00
committed by GitHub
parent d4bda2704a
commit 68940036b7

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. The example loads TopoJSON geometries and uses d3 (<code>d3.geo.path</code>) to render these geometries to a SVG element.
tags: "d3" tags: "d3"
resources: resources:
- https://unpkg.com/d3@6.7.0/dist/d3.min.js - https://unpkg.com/d3@7.4.4/dist/d3.min.js
- https://unpkg.com/topojson@3.0.2/dist/topojson.js - https://unpkg.com/topojson@3.0.2/dist/topojson.js
--- ---
<div id="map" class="map"></div> <div id="map" class="map"></div>