Updated grammar and punctuation (#27644)
This commit is contained in:
@ -15,7 +15,7 @@ title: D3
|
|||||||
|
|
||||||
*D3** does not introduce a new visual representation. Unlike **Processing**, **Raphaël**, or **Protovis**, *D3's* vocabulary of graphical marks comes directly from web standards: HTML, SVG, and CSS - https://d3js.org/
|
*D3** does not introduce a new visual representation. Unlike **Processing**, **Raphaël**, or **Protovis**, *D3's* vocabulary of graphical marks comes directly from web standards: HTML, SVG, and CSS - https://d3js.org/
|
||||||
|
|
||||||
###### Get Started
|
## Get Started
|
||||||
There are over [20,000+ **D3.js** examples](https://github.com/d3/d3/wiki/Gallery) you could learn from, but you never know how approachable any given one will be! So, the question is - how do you build up your visualization from first principles? As you've probably seen, D3's API is massive, so lets call out a few of the utilities that will be particularly helpful early on:
|
There are over [20,000+ **D3.js** examples](https://github.com/d3/d3/wiki/Gallery) you could learn from, but you never know how approachable any given one will be! So, the question is - how do you build up your visualization from first principles? As you've probably seen, D3's API is massive, so lets call out a few of the utilities that will be particularly helpful early on:
|
||||||
|
|
||||||
- **[d3-scale](https://github.com/d3/d3-scale)**
|
- **[d3-scale](https://github.com/d3/d3-scale)**
|
||||||
@ -46,13 +46,13 @@ There are over [20,000+ **D3.js** examples](https://github.com/d3/d3/wiki/Galler
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
So, with just some basic knowledge of the latest HTML5 features such as SVG, Canvas you can dive into a world where library like **D3.js** bring data to life!
|
With just some basic knowledge of the latest HTML5 features such as SVG and Canvas, you can dive into a world where a library like **D3.js** can bring data to life!
|
||||||
###### Contribution
|
|
||||||
|
### Contribution
|
||||||
|
|
||||||
- https://github.com/d3/
|
- https://github.com/d3/
|
||||||
|
|
||||||
### Resources
|
### Resources
|
||||||
|
|
||||||
- [Wikipedia](https://en.wikipedia.org/wiki/D3.js)
|
- [Wikipedia](https://en.wikipedia.org/wiki/D3.js)
|
||||||
- [Blockbuilder](http://blockbuilder.org/search)
|
- [Blockbuilder](http://blockbuilder.org/search)
|
||||||
- [D3 in Depth](https://d3indepth.com)
|
- [D3 in Depth](https://d3indepth.com)
|
||||||
|
Reference in New Issue
Block a user