Travis Horn
Travis Horn

Travis Horn

Follow
homeContact me
Tag

#data visualisation

#data-visualisation-1

More content

Read more stories on Hashnode


Articles with this tag

Excel Formula to Scale Data from 0 to 1

Mar 11, 20213 min read

Say we have a set of data in column A. 469 396 600 177 240 155 204 454 278 233 And we want to scale the data so that the lowest value equates to 0 and...

Excel Formula to Scale Data from 0 to 1

Building a Sparkline Dashboard

Aug 31, 20206 min read

Building on the last article, I’ll show you how to use the SparkLine component we built to create a “dashboard” of data points that anyone can quickly...

Building a Sparkline Dashboard

Build a Sparkline Vue Component

Aug 15, 20207 min read

Sparklines can be used to quickly visualize data variance. They are small and intuitive to understand. We’ll be using Vue and D3 to build a small...

Build a Sparkline Vue Component

Visualizing Google Sheets Data in D3

May 29, 20205 min read

If you have data in Google Sheets, you can import and visualize it using D3. Creating the table Maybe you already have data in Google Sheets. If so,...

Visualizing Google Sheets Data in D3

Reacting to data changes in D3 using Vue

Mar 9, 20209 min read

D3 provides a powerful interface for reacting to changes in data. When hooked up to Vue, you can create data visualizations that react to your UI or...

Reacting to data changes in D3 using Vue

Self-contained D3 Pie Chart Function

Oct 7, 20195 min read

D3 is a great data visualization library. I often find myself coding the same types of charts over and over again. I decided that it would be wise to...

Self-contained D3 Pie Chart Function