You are here

function d3_views_plugin_style_d3::draw in d3.js 7

Send the vis to d3's theme handlers.

See also

template_preprocess_d3_views_view_d3().

File

modules/d3_views/views/plugins/d3_views_plugin_style_d3.inc, line 320
Contains the d3 style plugin.

Class

d3_views_plugin_style_d3
Style plugin to render a d3 visualization

Code

function draw() {
  return d3_draw($this
    ->getVis());
}