- πΊπΈUnited States andileco
With Drupal 7 having reached EOL, I am closing all D7 tickets that do not have a patch.
Hi, trying to get this bar chart to force zero as the baseline (y-intercept). It seems to start at 20% no matter what I try. Help please.
$chart = array(
'#type' => 'chart',
'#chart_type' => 'bar',
'#title' => t('Scores'),
);
$chart['male'] = array(
'#type' => 'chart_data',
'#title' => t('Score'),
'#data' => array($score),
'#suffix' => '%',
);
$chart['xaxis'] = array(
'#type' => 'chart_xaxis',
'#labels' => array('Your Score'),
);
$output .= drupal_render($chart);
Closed: outdated
Chart API
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With Drupal 7 having reached EOL, I am closing all D7 tickets that do not have a patch.