25 February 2014
Long time followers of the Information Lab blog may remember Andrew Ball's post - Radar Charts in Tableau – part 1 - back in May. It's long overdue that we return to the subject and look with fresh eyes now we have Alteryx in our toolkit.We've been documenting a lot recently how Alteryx can help with common Tableau data cleansing tasks and creating radar charts is no different. For the Top Trumps Viz below I decided to use radar charts to compare the different characters in the set of cards and their attributes.Firstly I need to standardise the value attributes so I summarised the variables to find the minimum and maximum values and attached those back to the data, then creating a standardised value between 0 and 1 was simple using the formula:
Andrew's post lays out the rest of the details and so I won't go into them here, here is my final Alteryx implementation to clean and build the data for the Viz:
The only things to add to Andrew's post are that I created a dummy value (a hero called 'Chris'), with all the values as 1, which made lining up the template radar picture in Tableau an easier process. It meant I could tweak the X, Y coordinates and get the radar exactly right - then hide the dummy row in my final analysis:
([Value]-[Min_Value])/([Max_Value]-[Min_Value])
Next I simply needed to number each attribute 1 - 6 according to the spoke they took on the radar and, remembering SOHCAHTOA from my high school maths, then write the following formulae in the tool:
Andrew's post lays out the rest of the details and so I won't go into them here, here is my final Alteryx implementation to clean and build the data for the Viz:
The only things to add to Andrew's post are that I created a dummy value (a hero called 'Chris'), with all the values as 1, which made lining up the template radar picture in Tableau an easier process. It meant I could tweak the X, Y coordinates and get the radar exactly right - then hide the dummy row in my final analysis:

