You are here

Functions in Charts 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
charts_cast_element_integer_values ./charts.module Recursive function to cast integer values. 1
charts_charts_type_info ./charts.module Implements hook_charts_type_info().
charts_default_colors ./charts.module Default colors used in all libraries. 2
charts_default_settings includes/charts.pages.inc Provides default options used by charts_settings_form(). 3 4
charts_default_settings_form includes/charts.pages.inc Menu callback; Configure the site-wide defaults for charts. 1
charts_default_settings_form_submit includes/charts.pages.inc Submit handler for charts_default_settings_form().
charts_element_info ./charts.module Implements hook_element_info().
charts_examples includes/charts.examples.inc Menu callback; Display all examples in the system. 1
charts_google_charts_info modules/charts_google/charts_google.module Implements hook_charts_info().
charts_google_library modules/charts_google/charts_google.module Implements hook_library().
charts_highcharts_charts_info modules/charts_highcharts/charts_highcharts.module Implements hook_charts_info().
charts_highcharts_libraries_info modules/charts_highcharts/charts_highcharts.module Implements hook_libraries_info().
charts_highcharts_library modules/charts_highcharts/charts_highcharts.module Implements hook_library().
charts_highcharts_requirements modules/charts_highcharts/charts_highcharts.install Implements hook_requirements().
charts_info ./charts.module Retrieve a list of all charting libraries available. 5
charts_library ./charts.module Implements hook_library().
charts_menu ./charts.module Implements hook_menu().
charts_permission ./charts.module Implements hook_permission().
charts_pre_render_element ./charts.module Main #pre_render callback to expand a chart element. 1
charts_requirements ./charts.install Implements hook_requirements().
charts_settings_form includes/charts.pages.inc Module settings page. Users can set the default layout of their charts. 2
charts_theme ./charts.module Implements hook_theme().
charts_trim_array ./charts.module Recursive function to trim out empty options that aren't used. 4
charts_type_info ./charts.module Retrieve a list of all chart types available. 2
charts_uninstall ./charts.install Implements hook_uninstall().
charts_views_api ./charts.module Implements hook_views_api().
charts_views_default_views views/charts.views_default.inc Implements hook_views_default_views().
charts_views_plugins views/charts.views.inc Implementation of hook_views_plugins().
chart_get_library ./charts.module Retrieve a specific chart library. 1
chart_get_type ./charts.module Retrieve a specific chart type. 6
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 Alter an individual chart before it is printed.
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.
theme_charts_chart ./charts.module Output the chart renderable as a string.
theme_charts_settings_fields includes/charts.pages.inc Output the table of field settings within the charts settings form.
_charts_examples_bar_simple includes/charts.examples.inc
_charts_examples_column_simple includes/charts.examples.inc 2
_charts_examples_column_stacking includes/charts.examples.inc
_charts_examples_combo includes/charts.examples.inc
_charts_examples_line_gap includes/charts.examples.inc
_charts_examples_pie_alternative_syntax includes/charts.examples.inc
_charts_examples_pie_data_overrides includes/charts.examples.inc
_charts_examples_pie_simple includes/charts.examples.inc 2
_charts_examples_pie_tooltips includes/charts.examples.inc
_charts_examples_scatter includes/charts.examples.inc

Pages

Other projects