Skip to content

Commit 79f034d

Browse files
committed
Add "Three Little Circles" tutorial.
1 parent 5efb062 commit 79f034d

3 files changed

Lines changed: 921 additions & 4 deletions

File tree

api/index.markdown

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,25 @@ title: Documentation
3030

3131
<div class="gallery">
3232

33+
<div class="list">
34+
<a href="../tutorial/circle.html">
35+
<img src="../tutorial/circle.png"/>
36+
</a>
37+
<h4><a href="../tutorial/circle.html">Three Little Circles</a></h4>
38+
39+
<p>Learn the basics of D3 with this introductory tutorial, covering the core
40+
concepts of selections and data binding. Read me first!</p>
41+
</div>
42+
3343
<div class="list">
3444
<a href="../tutorial/bar-1.html">
3545
<img src="../tutorial/bar-1.png"/>
3646
</a>
3747
<h4><a href="../tutorial/bar-1.html">A Bar Chart, Part 1</a></h4>
3848

39-
<p>Learn the basics of D3 with this introductory tutorial. Using the
40-
example of a no-frills, static bar chart, this guide describes the core D3
41-
concepts, including selections, functional properties, and scales. You'll
42-
also see how D3 can be applied to HTML, CSS and SVG.</p>
49+
<p>Using the example of a no-frills, static bar chart, this guide describes
50+
the core D3 concepts, including selections, functional properties, and scales.
51+
You'll also see how D3 can be applied to HTML, CSS and SVG.</p>
4352
</div>
4453

4554
<div class="list">

0 commit comments

Comments
 (0)