Changes between Version 17 and Version 18 of TicketChartsMacro


Ignore:
Timestamp:
May 14, 2013, 3:50:43 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TicketChartsMacro

    v17 v18  
    4747  * Copy the file !TicketCharts.py to your project's plugins directory or to the global plugins directory, which is usually in:
    4848{{{
     49#!sh
    4950/usr/share/trac/plugins
    5051}}}
    5152  * Enable !TicketCharts plugin via the WebAdmin interface or by adding the following lines to the [components] section of trac.ini:
    5253  {{{
     54  #!ini
    5355  ticketcharts.* = enabled
    5456  }}}
     
    6062  * The following configuration should appear in trac.ini:
    6163{{{
     64#!ini
    6265[ticket-charts]
    6366height = 300
     
    7780
    7881{{{
    79 
     82#!ini
    8083js_dir = http://mywebserver/trac/reports/js
    8184json_dir = http://mywebserver/trac/reports/js/json
    8285ofc_file = http://mywebserver/trac/reports/OFCDZ.swf
     86}}}
    8387
    84 }}}
    8588and it worked.
    8689