You are here

function easychart_libraries_info_alter in Easychart 7

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

File

./easychart.module, line 546
Easy Chart 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';
}