This information is obsolete. Version 3 creates live 2d-charts automatically.

How to create live charts

The graph package we use is from Netscape and can be found here.

I have patched it slightly to make it easier to update the chart after each recalculation. The only file that has change is graphs.js.The difference is that before the g.build() wrote into the document, now it returns a string which can be assigned to the innerHTML-property.

The steps