You are here

function easychart_libraries_info_alter in Easychart 7.2

Same name and namespace in other branches
  1. 7 easychart.module \easychart_libraries_info_alter()

File

./easychart.module, line 756
Easychart module file.

Code

function easychart_libraries_info_alter(&$libraries) {

  // Add our callback to the post-load callbacks
  $libraries['highcharts']['callbacks']['post-load'][] = 'easychart_set_global_options';
}