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.

Command icon 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

andileco created an issue. See original summary.

  • andileco committed 47bce19 on 1.0.x
    Issue #3312613 by andileco: Title disappears
    
andileco’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.