diff --git a/client/src/pages/guide/english/d3/set-up-d3/index.md b/client/src/pages/guide/english/d3/set-up-d3/index.md index 55baa9899c..9cc050f0f8 100644 --- a/client/src/pages/guide/english/d3/set-up-d3/index.md +++ b/client/src/pages/guide/english/d3/set-up-d3/index.md @@ -84,5 +84,36 @@ The file d3.v2.min.js is saved in the same folder as the HTML file so that it ca  If all the tests passed and you were able to load D3.js correctly, you are ready to get started. + + ### Simple Code to get you Started + + Here is a simple Code with the use of D3JS library. Just copy paste it into a file and save it in html format ex. index.html or hello.html . You can name the file whatever You like but append .html at the end so that it could be rendered as a valid html file. Open it in a Web browser by double clicking it. + + ``` + + + +
+ + + + + + + + + + + + + + ``` #### More Information