From 96e7de390b734656264e060452c5ad89663f6b94 Mon Sep 17 00:00:00 2001 From: johnwalley Date: Sun, 4 Oct 2020 12:26:51 +0100 Subject: [PATCH] feat: explicitly support d3 v6 Includes docs and examples --- README.md | 12 ++++----- example/d3-v5.html | 58 ++++++++++++++++++++++++++++++++++++++++ example/index.html | 6 ++--- example/london-tube.html | 6 ++--- example/minimal.html | 2 +- example/popover.html | 8 +++--- package-lock.json | 44 +++++++++++++++--------------- package.json | 4 +-- 8 files changed, 99 insertions(+), 41 deletions(-) create mode 100644 example/d3-v5.html diff --git a/README.md b/README.md index 30cede2..3654d7c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported: ```html - + + + + + + +
+ + + diff --git a/example/index.html b/example/index.html index 8168187..46191d1 100644 --- a/example/index.html +++ b/example/index.html @@ -1,7 +1,7 @@ - + diff --git a/example/london-tube.html b/example/london-tube.html index 394ad27..647b8bd 100644 --- a/example/london-tube.html +++ b/example/london-tube.html @@ -1,7 +1,7 @@ - + diff --git a/example/minimal.html b/example/minimal.html index ea67edb..67dc5d8 100644 --- a/example/minimal.html +++ b/example/minimal.html @@ -1,7 +1,7 @@ - + - +