You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
If you are trying to get a particular effect or you have a problem with your code, please ask your question [on stackoverflow.com](http://stackoverflow.com/questions/tagged/dc.js) or the [user group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group). We use the issue tracker for bug reports and feature requests only.
6
6
7
7
Get help faster with a working example! Fork these to get started:<br>
Copy file name to clipboardExpand all lines: Changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
## 4.0.0 beta 5
1
+
## 4.0.0
2
2
* Thanks to the diligent and careful effort of Deepak Kumar, dc.js has been ported to ES6 modules, classes and syntax.
3
3
4
-
IE is no longer supported. dc.js will not support transpilation - stick with dc@3 for IE support.
4
+
IE is no longer supported. dc.js will not support transpilation. Stick with dc@3 for IE support.
5
5
6
6
The API is mostly compatible, but there are a few breaking changes - see the [v4 upgrade guide](https://github.com/dc-js/dc.js/blob/develop/docs/dc-v4-upgrade-guide.md) for details.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@ Support
33
33
*Please direct questions and support requests to Stack Overflow or the user group. When posting to Stack Overflow, use the*`[dc.js]`*and/or*`[crossfilter]`*tags - other tags are likely to draw unwanted attention.*
34
34
35
35
Get help faster with a working example! Fork these to get started:<br>
Version 4.* is compatible with d3 versions 4 and 5. It is not compatible with IE. Use dc.js 3.* if you need IE support, or use dc.js 2.* if you need compatibility with d3 version 3.
40
40
41
41
## CDN location
42
42
43
43
```
44
-
http://unpkg.com/dc@4/dc.js
45
-
http://unpkg.com/dc@4/dc.css
44
+
https://unpkg.com/dc@4/dist/dc.js
45
+
https://unpkg.com/dc@4/dist/style/dc.css
46
46
```
47
47
48
48
or copy the latest links from [CDNJS](https://cdnjs.com/libraries/dc)
0 commit comments