I'm trying to create a pie chart using the stat data of pokemon I have in a csv. For example at id 1, there is Bulbasaur and it's corresponding stats: attack, defense, HP, special attack, special defense and speed.
I want to be able to select a row, and display that stat data in a pie chart.
I've already got each stat as a crossfilter dimension, but I'm lost on selecting the row and generating the chart from that.