You are here

function charts_plugin_style_chart::options_submit in Charts 7.2

Same name and namespace in other branches
  1. 6 views/charts_plugin_style_chart.inc \charts_plugin_style_chart::options_submit()
  2. 7 views/charts_plugin_style_chart.inc \charts_plugin_style_chart::options_submit()

Generate a form for setting options.

Overrides views_plugin::options_submit

File

views/charts_plugin_style_chart.inc, line 92
Contains the Chart style (format) plugin (similar to Table, HTML List, etc.)

Class

charts_plugin_style_chart
Style plugin to render view as a chart.

Code

function options_submit(&$form, &$form_state) {
  parent::options_submit($form, $form_state);
}