You are here

Functions in Charts 8

Primary tabs

Namesort descending Location Description Direct uses Strings
charts_c3_charts_info modules/charts_c3/charts_c3.module Implements hook_charts_info().
charts_c3_render_charts modules/charts_c3/charts_c3.module 1
charts_cast_element_integer_values includes/charts.pages.inc Recursive function to cast integer values.
charts_charts_type_info includes/charts.pages.inc Implements hook_charts_type_info().
charts_default_colors includes/charts.pages.inc Default colors used in all libraries. 1
charts_default_settings includes/charts.pages.inc Provides default options used by charts_settings_form(). 3 5
charts_default_settings_form includes/charts.pages.inc Menu callback; Configure the site-wide defaults for charts.
charts_default_settings_form_submit includes/charts.pages.inc Submit handler for charts_default_settings_form().
charts_get_type includes/charts.pages.inc Retrieve a specific chart type. 4
charts_google_charts_info modules/charts_google/charts_google.module Implements hook_charts_info().
charts_google_create_charts_options modules/charts_google/charts_google.module 1
charts_google_create_chart_type modules/charts_google/charts_google.module 1
charts_google_render_charts modules/charts_google/charts_google.module Creates a JSON Object formatted for Google charts to use 1
charts_highcharts_charts_info modules/charts_highcharts/charts_highcharts.module Implements hook_charts_info().
charts_highcharts_render_charts modules/charts_highcharts/charts_highcharts.module Creates a JSON Object formatted for Highcharts to use 1
charts_highcharts_requirements modules/charts_highcharts/charts_highcharts.install Implements hook_requirements().
charts_info includes/charts.pages.inc Retrieve a list of all charting libraries available. 1
charts_requirements ./charts.install Implements hook_requirements().
charts_settings_form includes/charts.pages.inc 2
charts_theme ./charts.module
charts_trim_array includes/charts.pages.inc Recursive function to trim out empty options that aren't used. 4
charts_type_info includes/charts.pages.inc Retrieve a list of all chart types available. 2
hook_charts_info ./charts.api.php Provide a new charting library to the system.
hook_charts_info_alter ./charts.api.php Alter the chart types in the system.
hook_charts_type_info ./charts.api.php Provide a new chart type to the system.
hook_charts_type_info_alter ./charts.api.php Alter the chart types in the system.
hook_chart_alter ./charts.api.php @file Documentation on hooks provided by the Charts module.
hook_chart_CHART_ID_alter ./charts.api.php Alter an individual chart before it's rendered.
hook_chart_definition_alter ./charts.api.php Alter an individual chart's raw library representation.
hook_chart_definition_CHART_ID_alter ./charts.api.php Alter an individual chart before it's rendered.
template_preprocess_views_view_charts ./charts.module
_charts_google_escape_icu_characters modules/charts_google/charts_google.inc Utility to escape special characters in ICU number formats. 1
_charts_google_populate_chart_axes modules/charts_google/charts_google.inc Utility to populate chart axes. 1
_charts_google_populate_chart_data modules/charts_google/charts_google.inc Utility to populate chart data. 1
_charts_google_populate_chart_options modules/charts_google/charts_google.inc Utility to populate main chart options. 1
_charts_google_render modules/charts_google/charts_google.inc Chart render callback; Convert all chart-level data. 1
_charts_google_visualization_type modules/charts_google/charts_google.inc Utility to convert a Drupal renderable type to a Google visualization type. 1
_charts_highcharts_populate_chart_axes modules/charts_highcharts/charts_highcharts.inc Utility to populate chart axes. 1
_charts_highcharts_populate_chart_data modules/charts_highcharts/charts_highcharts.inc Utility to populate chart data. 1
_charts_highcharts_populate_chart_options modules/charts_highcharts/charts_highcharts.inc Utility to populate main chart options. 1
_charts_highcharts_render modules/charts_highcharts/charts_highcharts.inc Chart render callback; Convert all chart-level data. 1
_charts_highcharts_type modules/charts_highcharts/charts_highcharts.inc Utility to convert a Drupal renderable type to a Google visualization type.

Other projects