Added a D3 version disclaimer (#29907)
Added a warning related to versions of D3 and how it can really be a concern.
This commit is contained in:
committed by
The Coding Aviator
parent
d2278cc4c8
commit
9cc1f7e50e
@ -117,3 +117,4 @@ The file d3.v5.min.js is saved in the same folder as the HTML file so that it ca
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### More Information
|
#### More Information
|
||||||
|
* D3 version numbers make all the difference. The primary version of D3 for sometime was version 3 and there are many example using D3v3 - D3 version 3.14 to be precise. Since then D3v4 arrived and D3v5 is currently being distributed from the D3 GitHub site. There are enough differences between these versions that code could behave in an unexpected way or not at all. Always know what version you are working with and you will have fewer headaches.
|
||||||
|
Reference in New Issue
Block a user