Skip to content

Commit c032de8

Browse files
authored
add gif of the final outcomes
1 parent 91aad5e commit c032de8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ This is a short interactive tutorial introducing the basic elements and concepts
55
Then, the basic principles of D3 and its functions are introduced by incrementally implementing an interactive bar chart.
66
The example can be implemented manually or directly by editing the [CodePen](https://codepen.io) examples.
77

8+
The final result looks like:
9+
10+
![barchart](https://user-images.githubusercontent.com/4129778/92122056-49442b80-edfb-11ea-9591-756680f36bc5.gif)
11+
812
In the second part of this tutorial a more complex multiple coordinated view (MCV) setup is incrementally implemented. A multiple coordinated view setup consists of multiple visualizations that are interactively linked together such
913
as selecting an element in one visualization filters the data in a second one. This is also called linking and brushing. Along with this example some guidelines
1014
regarding code structure and advanced D3 transitions are given.
1115

16+
The final result looks like:
17+
18+
![mcv](https://user-images.githubusercontent.com/4129778/92122327-94f6d500-edfb-11ea-9856-6c8770c1400b.gif)
19+
1220
This tutorial concludes with a brief introduction into other visualization libraries and hints about how to use D3 with [TypeScript](https://www.typescriptlang.org/).
1321

1422
Now, shall we begin...

0 commit comments

Comments
 (0)