Changes between Version 10 and Version 11 of TicketChartsMacro


Ignore:
Timestamp:
Nov 17, 2009, 10:42:37 AM (14 years ago)
Author:
Bill Meyer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketChartsMacro

    v10 v11  
    6767  * As you can see, the default '''ofc_file''' value is OFCDZ.swf, which is another implementation of Open Flash Charts, that make the bar charts clickable. You can download it from [http://www.ofc2dz.com/ OFCDZ].
    6868
     69== Some notes on installation ==
     70- I tried all kinds of configurations to get the charts to appear - followed the information on this [http://trac-hacks.org/ticket/5542 ticket]
     71- Answer for me was to copy all the OFC2 files to my Apache web server http://mywebserver/trac/reports/
     72- Then I changed the paths to:
     73
     74{{{
     75
     76js_dir = http://mywebserver/trac/reports/js
     77json_dir = http://mywebserver/trac/reports/js/json
     78ofc_file = http://mywebserver/trac/reports/OFCDZ.swf
     79
     80}}}
     81and it worked.
     82
    6983== Macro arguments ==
    7084