| <script src="//d3js.org/d3.v3.min.js"></script> | |
| has it on the local machine. |
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<script src="//d3js.org/d3.v3.min.js"></script>
...to this code:
<script src="d3.min.js"></script>
The index.html file will work by showing the bar chart.
So, I wonder why the D3 library online can't be accessed by the web address as shown in the original code...
Hope you can advise!
Thank you!