Fix mglaman mapping
[civicrm-core.git] / ang / crmD3.ang.php
1 <?php
2 // This module provides the D3 graphing library
3
4 return [
5 'ext' => 'civicrm',
6 'basePages' => [],
7 'js' => [
8 'ang/crmD3.js',
9 'bower_components/d3/d3.min.js',
10 ],
11 'requires' => [],
12 ];