Skip to content
Snippets Groups Projects
Commit adbdd1c3 authored by Bruno Massa's avatar Bruno Massa
Browse files

New features:

* Sort the chart types list on settings page
parent f2942ad7
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ function _charts_settings() {
'#title' => t('Chart plugin'),
);
$options = _charts_module_invoke_all('chartsinfo', 'charttypes');
asort($options);
$form['type'] = array(
'#default_value' => empty($settings['#type']) ? '' : $settings['#type'],
'#options' => $options,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment