Notice: Undefined index: chts in _chart_append() (line 511 of /var/www/html/sites/all/modules/chart/chart.module).
The problem is that $data['chts'] is being appended to without it ever being initialized anywhere.
Here's my temp. fix:
if (!array_key_exists('chts', $data))
$data['chts'] = '';
Comments
Comment #1
Konstantin Komelin commentedsubscribe
Comment #2
defconjuan commentedThere's a patch here http://drupal.org/node/1103966 but it's not quite working. Jump into that thread and follow/contribute so we can sort this annoying bug out.
Comment #3
13rac1 commentedDuplicate of #1103966: Notice: Undefined index: chxl, chxp, set in chart.module