I've been pouring over the FusionCharts documentation, http://www.fusioncharts.com/docs/ but have difficulty getting started. 
  
I have this page http://ppbm5.com/DB-PPBM5-3.php that contains a Spry XML dataset, which is dynamic. Move to the raid controller tab to see my intention. 
  
To  start with the basics, I want a pie chart to appear, in a Spry Tooltip  like fashion, that shows the % of systems that use for the raid  controller: 'None', 'On-board', 'Areca', 'LSI', the rest. 
  
Currently  total 355 records. When I click one of the radio buttons the table is  automatically updated. No problem. But without clicking one of the radio  buttons I want this pie-chart to appear and show the % of systems that  use 'None', 'On-board', 'Areca', LSI' and the rest. 
  
Current  figures are: Total=355, None=185, On-board=113, Areca=26, LSI=11 and  the rest=20. But those figures change with new records added, so it  needs to by dynamic. 
  
Can someone help me get started?