Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
d5e7e6f8
Commit
d5e7e6f8
authored
Jun 24, 2016
by
Mike Bostock
Browse files
Update README.
parent
239b7390
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d5e7e6f8
...
@@ -26,7 +26,7 @@ For the minified version:
...
@@ -26,7 +26,7 @@ For the minified version:
<script
src=
"https://d3js.org/d3.v4.0.0-alpha.50.min.js"
></script>
<script
src=
"https://d3js.org/d3.v4.0.0-alpha.50.min.js"
></script>
```
```
You can also
load th
e D3 microlibraries
separately
. For example,
[
d3-color
](
https://github.com/d3/d3-color
)
:
You can also
use the standalon
e D3 microlibraries. For example,
[
d3-color
](
https://github.com/d3/d3-color
)
:
```
html
```
html
<script
src=
"https://d3js.org/d3-color.v1.min.js"
></script>
<script
src=
"https://d3js.org/d3-color.v1.min.js"
></script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment