I want to create a kind of visual tagging system with fusioncharts. On each node I want a pie-chart that shows what are the most important keywords for that node. In the fusioncharts table on a node on let's say 'Nike' you could type e.g.

Sports: 70
Gear: 50
Shoes: 50
Multinational: 30

Fusioncharts will turn this into a nice pie or chart. This way the user will immediately see what the article really is about in a more dynamic way than through simple tags.

So what needs to be done:
- in the create/edit node-page one should be able to choose a vocabulary
- upon submitting the node, the fusioncharts table's first column (Series) values should also be written to the selected vocabulary.
- The labels in the chart should show as clickable 'tag' links that link to the taxonomy term.

I think implementing/recycling code from the content taxonomy module should be an easy way. The current fusioncharts module already supports the feature of linking the labels with an external page (http://drupal.org/node/379752). So everyone with a bit of drupal/php knowledge should be able to pull/copy/paste this together in a couple of hours time (I guess).

I -at the other hand- have only very little php/sql knowledge, so it would be greatly appreciated if someone could help out with this feature. I believe this feature would give the module a lot of added value over the other chart modules.

thanks a lot,

Wouter