admin/reports/fusioncharts
ionmedia - April 17, 2009 - 09:37
| Project: | FusionCharts |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
it's not a bug, it's question
how bilded this reports?
admin/reports/fusioncharts/
how i can add another report or build another chart from this report ?

#1
These reports are defined in code in the fusioncharts/contrib/fusioncharts_system.module file
To add a new chart you will need to add a new entry in the fusioncharts_system_infomation() (just copy and paste the relevant part and make your changes.
You will then need to add a new case to the system_charts_fusionchart_callback() function. You will need to add a sql query to retrieve your data.
If you do add a number of new reports, please feel free to post your code on the issue queue and I will add to future releases of this module.
#2
can it be possible that these charts can be made public? I mean like you work with the code or something? thanks.
#3
Yes, access is controlled with the standard Drupal permissions system.