Skip to content

Commit 774e743

Browse files
committed
Add NVD3.js and D3.js dependencies
1 parent dff2008 commit 774e743

File tree

5 files changed

+798
-4
lines changed

5 files changed

+798
-4
lines changed

PHP/CodeCoverage/Report/HTML.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ protected function copyFiles($target)
188188
{
189189
$dir = $this->getDirectory($target . 'css');
190190
copy($this->templatePath . 'css/bootstrap.min.css', $dir . 'bootstrap.min.css');
191+
copy($this->templatePath . 'css/nv.d3.css', $dir . 'nv.d3.css');
191192
copy($this->templatePath . 'css/style.css', $dir . 'style.css');
192193

193194
$dir = $this->getDirectory($target . 'fonts');
@@ -199,6 +200,8 @@ protected function copyFiles($target)
199200
$dir = $this->getDirectory($target . 'js');
200201
copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');
201202
copy($this->templatePath . 'js/highcharts.js', $dir . 'highcharts.js');
203+
copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js');
204+
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
202205
copy($this->templatePath . 'js/holder.js', $dir . 'holder.js');
203206
copy($this->templatePath . 'js/html5shiv.js', $dir . 'html5shiv.js');
204207
copy($this->templatePath . 'js/jquery.js', $dir . 'jquery.js');

0 commit comments

Comments
 (0)