You are here

Functions in Charts 6

Primary tabs

Namesort descending Location Description Direct uses Strings
charts_chart ./charts.module The main Chart API function, that calls any chart provider to print the given data. 4
charts_chart_types ./charts.module Implementation of hook_chart_types().
charts_menu ./charts.module Implementation of hook_menu().
charts_perm ./charts.module Implementation of hook_perm().
charts_requirements ./charts.install Implementation of hook_requirements().
charts_system_menu charts_system/charts_system.module Implementation of hook_menu().
charts_theme ./charts.module Implementation of hook_theme().
charts_uninstall ./charts.install Implementation of hook_uninstall().
charts_views_api ./charts.module Implementation of hook_views_api().
charts_views_plugins views/charts.views.inc Implementation of hook_views_plugins().
gd_image_chart_charts_info gd_image_chart/gd_image_chart.module Implementation of hook_charts_info().
gd_image_chart_cron gd_image_chart/gd_image_chart.module Implementation of hook_cron().
gd_image_chart_image gd_image_chart/gd_image_chart.inc 1
gd_image_chart_menu gd_image_chart/gd_image_chart.module Implementation of hook_menu().
gd_image_chart_perm gd_image_chart/gd_image_chart.module Implementation of hook_perm().
google_charts_charts_info google_charts/google_charts.module Implementation of hook_charts_info().
google_charts_chart_types google_charts/google_charts.module Implementation of hook_chart_types().
_charts_chart ./charts.inc The main Chart API function, that calls any chart provider to print the given data. 1
_charts_color_form_complete ./charts.admin.inc Subform that integartes Color module with Charts settings. Its called inside the Charts settings page, by _charts_settings(). 1
_charts_color_form_simple ./charts.admin.inc Subform that use simple color inputs. 1
_charts_example ./charts.admin.inc Generate a generic chart example 1
_charts_module_invoke_all ./charts.admin.inc Invoke a hook in all enabled modules that implement it.
_charts_series_values ./charts.inc Even if the series have values with attributes, return only the numeric values of them. 4
_charts_settings ./charts.inc Module settings page. Users can set the default layout of their charts. 3
_charts_settings_color_palette ./charts.inc List all preset color palette 1
_charts_settings_form ./charts.admin.inc Module settings page. Users can set the default layout of their charts. 2
_charts_settings_page ./charts.admin.inc Module settings page. Users can set the default layout of their charts. 1
_charts_settings_page_submit ./charts.admin.inc Module settings page. Users can set the default layout of their charts.
_charts_system_charts charts_system/charts_system.inc Chart reports page 1
_charts_system_generate charts_system/charts_system.inc Generate some charts using a pre defined method. 1
_charts_system_node_activity charts_system/charts_system.inc Show which kind of node type was created in the current month. 1
_charts_system_user_status_label charts_system/charts_system.inc Translate the user status label code to a string 1
_charts_system_watchdog_severity_label charts_system/charts_system.inc Translate the message severity label code to a string 1
_chart_series_attributes ./charts.inc Merge the default series attributes with the actual data. 1
_gd_image_chart_charts_render gd_image_chart/gd_image_chart.inc Implementation of hook_charts_render(). 1
_gd_image_chart_delete_old_images gd_image_chart/gd_image_chart.module Search and destroy images 1
_gd_image_chart_html2rgb gd_image_chart/gd_image_chart.inc 3
_gd_image_chart_line2d gd_image_chart/gd_image_chart.inc 1
_gd_image_chart_settings_page gd_image_chart/gd_image_chart.admin.inc Module settings page. Users can set the default filepath and setup cleaning instructions of their gd image charts. 1
_gd_image_chart_settings_page_submit gd_image_chart/gd_image_chart.admin.inc Module settings page. Users can set the default filepath and setup cleaning instructions of their gd image charts.
_gd_image_chart_settings_page_validate gd_image_chart/gd_image_chart.admin.inc Module settings page. Users can set the default filepath and setup cleaning instructions of their gd image charts.
_gd_image_chart_vbar2d gd_image_chart/gd_image_chart.inc 1
_google_charts google_charts/google_charts.inc @author Bruno Massa http://drupal.org/user/67164 @file Use Google Charts on your site. 2
_google_charts_chart google_charts/google_charts.inc Convert all Chart-level data. 1
_google_charts_data_codingsimple google_charts/google_charts.inc Encode the Chart data into a Alphanumeric code, follwing the Google Chart API instruction. Its needed because there is a size limmit to URL strings. So we reduce the amount of characters. 1
_google_charts_render google_charts/google_charts.inc Implementation of hook_charts_render(). 1
_google_charts_series google_charts/google_charts.inc Convert all Series-level data. 1

Other projects