You are here

function quant_chart_add_size in Quant 6

1 call to quant_chart_add_size()
quant_generate_chart in includes/chart.inc
Wrapper for chart generation functions

File

includes/chart.inc, line 80
Chart building functions

Code

function quant_chart_add_size(&$quant) {
  $quant->chart['#size'] = chart_size(variable_get('quant_width', 500), variable_get('quant_height', 200));
}