Changes between Initial Version and Version 1 of DeveloperGuidelines/SVG
- Timestamp:
- 09/07/10 23:12:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/SVG
v1 v1 1 = Developer Guidelines for SVG Charts = 2 3 We use the !SaVaGe library for creating [http://en.wikipedia.org/wiki/SVG SVG] charts. 4 5 This is stored in {{{modules/savage}}} 6 7 There is a custom method in {{{models/01_crud.py}}}: {{{shn_barchart()}}} 8 9 So, you can call URLs like: 10 * http://127.0.0.1:8000/eden/cr/shelter/barchart.svg?value=capacity 11 12 ---- 13 BluePrintReporting 14 15 DeveloperGuidelines