TennisVisuals / updating-radar-chart

Updating Radar Chart Visualization with extensive configuration options
MIT License
13 stars 7 forks source link

Restoring all axis after radarChart.filterAxes(1); #5

Closed Edouard-Legoupil closed 8 years ago

Edouard-Legoupil commented 8 years ago

Hi There,

In the demo, there's no illustration of how we can restore an axis after a .filterAxes(1);

What shall I do for that?

Thanks

TennisVisuals commented 8 years ago

Did you get it sorted?

Edouard-Legoupil commented 8 years ago

yes -- thanks: http://edouard-legoupil.github.io/5A-Analysis/

Edouard-Legoupil commented 8 years ago

if you have any suggestions, let me know

Edouard-Legoupil commented 8 years ago

for instance, I would like to customize the labels on the axis 1: strongly disagree, 2: disagree, 3: neither disagree, neither agree, 4: agree, 5: strongly agree. Any hints on how to do that?

TennisVisuals commented 8 years ago

nice! I think it would be good to be able to control the transitions so that text/commentary can be read more leisurely. Also the tooltips don't show up that well (which is my fault). In one of my other blocks I enabled pluggable tooltips which would be nice to have in the radar chart. I haven't looked at this code in a long time, but I think the labels should be easily customizable.

TennisVisuals commented 8 years ago

I think right now the labels/legends are defined solely by the data. You would have to change the data on the way in or modify the radarChart source to specify an override value...