On line 185 of the plugin there's this code: $options['title'] = $chart_settings['display']['title']; which is sent into the chart via '#raw_options'; it should actually be $options['title']['text'] = $chart_settings['display']['title']; according to the Highcharts API.
Issue fork charts_highcharts_drilldown-3312613
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
andileco commented