Chapter 3. Creating Visuals with SVG

In this chapter, we will learn about Scalable Vector Graphics, commonly referred to as SVG. SVG is a web standard for creating vector-based graphics within the browser. We will begin the chapter with several basic examples of directly coding SVG within the browser, and in the end, examine how to use D3 to create SVG elements based on data.

In this chapter, we will cover the following topics:

  • A brief introduction to SVG, coordinates, and attributes
  • A simple example of SVG that draws circles
  • Working with fundamental shapes: ellipses, rectangles, lines, and paths
  • The relationship of CSS with SVG and D3.js
  • Using strokes, line caps, and dashes
  • Fundamental transformations: rotate, translate, and scale
  • Grouping SVG elements ...

Get D3.js: Cutting-edge Data Visualization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.