We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4167329 commit 4ad04f0Copy full SHA for 4ad04f0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### 1.1.6
+### 1.1.7
4
5
* Add support for RequireJS/AMD (thanks @kimxogus)
6
README.md
@@ -35,7 +35,7 @@ var scaleCluster = require('d3-scale-cluster');
35
Include the following script tag on your page after D3
36
37
```html
38
-<script src="https://unpkg.com/d3-scale-cluster@1.1.5/dist/d3-scale-cluster.min.js"></script>
+<script src="https://unpkg.com/d3-scale-cluster@1.1.7/dist/d3-scale-cluster.min.js"></script>
39
```
40
41
Reference the scale directly from the d3 object
0 commit comments