Changes between Initial Version and Version 1 of DeveloperGuidelines/SVG


Ignore:
Timestamp:
09/07/10 23:12:29 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/SVG

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