Interactive/Responsive Pie/Donut Charts

OcUK Staff
Joined
12 Apr 2008
Posts
49,281
Location
OcUK HQ
Hi guys,

Is there a way to make responsive/interactive pie charts easily?

For example if I have 4 charts, one for each quarter of the year, and I could click through and it would switch charts, or compare each quarter etc.

Does this make any sense?
 
Soldato
Joined
18 Oct 2002
Posts
4,156
Location
West Lancashire
If you're looking for a web solution, use HighCharts. It's not free for commercial use, but there really is no better.

You would need to code the click through functionality yourself, but the event hooks are already in place for you to do that.

I've been playing with D3 and NVD3 with varying degrees of success. This looks super simple - thanks!
 
Back
Top Bottom