Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
1b6cc64b
Commit
1b6cc64b
authored
Nov 03, 2015
by
Peter van 't Hof
Browse files
Adding d3 to the core
parent
9002b6ce
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/resources/nl/lumc/sasc/biopet/core/report/ext/js/d3.v3.5.5.min.js
0 → 100644
View file @
1b6cc64b
This diff is collapsed.
Click to expand it.
public/biopet-core/src/main/resources/nl/lumc/sasc/biopet/core/report/main.ssp
View file @
1b6cc64b
...
...
@@ -67,6 +67,7 @@
<!-- sortable tables //-->
<script
src=
"${rootPath}ext/js/sortable.min.js"
></script>
<script
src=
"${rootPath}ext/js/d3.v3.5.5.min.js"
></script>
<script
language=
"JavaScript"
>
<!--
$
(
document
).
ready
(
function
()
{
...
...
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
1b6cc64b
...
...
@@ -107,6 +107,7 @@ trait ReportBuilder extends ToolCommand {
"js/jquery.min.js"
,
"js/sortable.min.js"
,
"js/bootstrap.min.js"
,
"js/d3.v3.5.5.min.js"
,
"fonts/glyphicons-halflings-regular.woff"
,
"fonts/glyphicons-halflings-regular.ttf"
,
"fonts/glyphicons-halflings-regular.woff2"
...
...
public/gears/src/main/resources/nl/lumc/sasc/biopet/pipelines/gears/gearsSunburst.ssp
View file @
1b6cc64b
...
...
@@ -49,8 +49,6 @@
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script>
<script src="${rootPath}ext/js/gears.js"></script>
<script type="application/ecmascript">
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment