You are here

function d3_graphapi_formats in d3.js 7

Implements hook_graphapi_formats().

File

./d3.module, line 486
D3 module file for creating visualizations with d3.js.

Code

function d3_graphapi_formats() {
  return array(
    'd3' => t('D3'),
  );
}