I wanted to allow people to compare releases as a chart and rather than setting up a whole form for that that would be hard to cache. I've started playing around using JavaScript to build the chart. Right now I'm using the this library: http://www.maxb.net/scripts/jgcharts/include/demo/# but i'm getting buggy behavior and I think it might be expecting a newer version of jQuery than is available for D5. I'll probably end up pulling/rewriting that of code.

This is totally a work in progress but I just wanted to get it up here so i don't loose it.

CommentFileSizeAuthor
project_usage_js.patch2.22 KBdrewish
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dww’s picture

Category: task » feature

FYI: if you need a newer jQuery, postpone this until d.o is running D6. It's a waste of everyone's time to spend effort backporting jQuery code. This feature would be nice, but it's not worth sucking effort out of the D6 port for it.

drewish’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev