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
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

aaron1234nz - April 17, 2009 - 22:38
Component:FusionCharts core» Miscellaneous

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

schierzo - May 8, 2009 - 03:34

can it be possible that these charts can be made public? I mean like you work with the code or something? thanks.

#3

aaron1234nz - May 9, 2009 - 00:14

Yes, access is controlled with the standard Drupal permissions system.

 
 

Drupal is a registered trademark of Dries Buytaert.