Search⌘ K

Adapting and Changing Bullet Chart Components

Understand how to modify bullet chart components by working with JSON data structures. Learn to interpret and edit your data to add or change individual charts, enabling flexible visualization creation with D3.js.

This lesson explores some of the simple changes that can be made to bullet charts that may not necessarily be obvious.

Understand your data

The first point to note is that understanding the data loaded from the JSON file is key to knowing what your chart is going to do.

We’ll start by looking at our data in a way that hopefully makes the most sense.

You may be faced with data for a bullet chart that’s in a ...