On line 116 in views_plugin_style_graphapi.inc is says "from_state" instead of "form_state". Correct code and context:

 if (!isset($form_state['values'])) {
      $form_state['values'] = $options;
    }

This kept the option values from getting saved in my case.

Comments

clemens.tolboom’s picture

Status: Active » Fixed

Thanks ... pushed

Status: Fixed » Closed (fixed)

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