Escape api params in APIv4 Explorer
[civicrm-core.git] / ang / crmD3.ang.php
CommitLineData
8456e727 1<?php
bca4106f 2// This module provides the D3 graphing library
8456e727 3
617697e8 4return [
8456e727 5 'ext' => 'civicrm',
bca4106f 6 'basePages' => [],
617697e8 7 'js' => [
8456e727
TO
8 'ang/crmD3.js',
9 'bower_components/d3/d3.min.js',
617697e8
CW
10 ],
11 'requires' => [],
12];