You are here

function support_pm_chartapi_render in Support Ticketing System 6

Same name and namespace in other branches
  1. 7 support_pm/support_pm.module \support_pm_chartapi_render()
2 calls to support_pm_chartapi_render()
theme_support_pm_user_client_hours_details in support_pm/support_pm.module
Bar graph details.
theme_support_pm_user_hours_summary in support_pm/support_pm.module
Pie chart summary.

File

support_pm/support_pm.module, line 976
Support Project Management. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_pm_chartapi_render($chart, $attributes = array()) {
  return '<img src="' . support_pm_chartapi_uri() . '?' . drupal_query_string_encode($chart) . '"' . drupal_attributes($attributes) . " />\n";
}