protected function D3ViewsDataMapping::form2DNNV in d3.js 7
2-dimensional numeric array of numeric array of row values.
File
- modules/
d3_views/ includes/ D3ViewsDataMapping.inc, line 93
Class
Code
protected function form2DNNV(&$form, &$form_state, $data, $key) {
// We change this to numeric in mapping, no need for a different configuration.
$this
->form2DNAV($form, $form_state, $data, $key);
}