Toan Hoang

Creating Gradient Radial Bar Charts in Tableau

This is an update to one of my original Tableau Tutorials, here is a tutorial for creating Gradient Radial Bar Charts in Tableau; I hope you enjoy this and pick up a few new tricks.

Note: This is an alternative type of data visualisation, and sometimes pushed for by clients. Please always look at best practices for data visualisations before deploying this into production.

Data

We will start by loading the Sample Superstore data into Tableau Desktop / Tableau Public.

Note: If you have Tableau Desktop, you can use the Sample data source, but if you are using Tableau Public, download and load the following data source.

Calculated Fields

With our data set loaded into Tableau, we are going to create the following Calculated Fields:

Path

IF [Segment] = "Consumer" THEN
    0
ELSE
    360
END

Note: This is used for Internal Data Densification.

Path (bin)

Index

INDEX()-1

TC_Sales

WINDOW_SUM(SUM([Sales]))

TC_Total Sales

WINDOW_SUM(SUM([Sales]))

TC_Percentage

[TC_Sales]/[TC_Total Sales]

TC_Percentage (Adjusted)

[TC_Percentage]/WINDOW_MAX([TC_Percentage])*270/360

TC_Rank

INDEX()

X

SIN(RADIANS([Index]*[TC_Percentage (Adjusted)]))*[TC_Rank]

Y

COS(RADIANS([Index]*[TC_Percentage (Adjusted)]))*[TC_Rank]

TC_Color

WINDOW_MAX(MAX([Region]))+STR([Index])

With this done, let us start creating our data visualisation.

Worksheet

We will now build our worksheet:

If all goes well, you should now see the following:

We will now adjust the Table Calculation for X and Y:

You should now see the following:

We will now add some color to our Data Visualisation:

You should not have the following:

We will now add a few more details:

You should now have the following:

We will now adjust the cosmetics to get our desired end product:

You should now want to end up with the following:

and boom, we are done! I hope you enjoyed creating this data visualization and learned some cool techniques as well. As always, you can find this data visualisation on Tableau Public at https://public.tableau.com/profile/toan.hoang#!/vizhome/GradientRadialBarCharts/GradientRadialBarCharts

Summary

I hope you all enjoyed this article as much as I enjoyed writing it and as always do share the love. Do let me know if you experienced any issues recreating this Visualization, and as always, please leave a comment below or reach out to me on Twitter @Tableau_Magic. Do also remember to tag me in your work if you use this tutorial.

If you like our work, do consider supporting us on Patreon, and for supporting us, we will give you early access to tutorials, exclusive videos, as well as access to current and future courses on Udemy: https://www.patreon.com/tableaumagic

Exit mobile version