= Developer Guidelines for SVG Charts = We use the !SaVaGe library for creating [http://en.wikipedia.org/wiki/SVG SVG] charts. This is stored in {{{modules/savage}}} There is a custom method in {{{models/01_crud.py}}}: {{{shn_barchart()}}} So, you can call URLs like: * http://127.0.0.1:8000/eden/cr/shelter/barchart.svg?value=capacity ---- BluePrintReporting DeveloperGuidelines