Skip to content

Commit be67c13

Browse files
committedJan 12, 2018
Hide Pedigree chart for now.
1 parent 7c25f97 commit be67c13

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎includes/tripalD3.api.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function tripald3_load_libraries() {
2525
drupal_add_js($path . '/js/tripalD3.test.js');
2626
drupal_add_js($path . '/js/tripalD3.pie.js');
2727
drupal_add_js($path . '/js/tripalD3.bar.js');
28-
drupal_add_js($path . '/js/tripalD3.pedigree.js');
28+
// @todo removing pedigree until data format is simplified.
29+
//drupal_add_js($path . '/js/tripalD3.pedigree.js');
2930

3031
// CSS.
3132
drupal_add_css($path . '/css/tripald3.css', array('group' => CSS_DEFAULT, 'type' => 'file'));

‎templates/tripald3_demo_page.tpl.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<!-- Javascript will add a Simple Bar Chart, Title and Figure legend here -->
231231
</div>
232232

233-
<!-------- PEDIGREE DIAGRAM ------------------------------------------------->
233+
<!-------- PEDIGREE DIAGRAM ------------------------------------------------
234234
<h3>Pedigree Diagram</h3>
235235
<p>This diagram was developed to mimic plant breeder pedigrees with additional
236236
features such as collapsible nodes and colour-coded relationships.</p>
@@ -404,5 +404,5 @@
404404
</script>
405405

406406
<div id="tripald3-pedigree" class="tripald3-diagram">
407-
<!-- Javascript will add the Pedigree Diagram, Title and Figure legend here -->
408-
</div>
407+
<!-- Javascript will add the Pedigree Diagram, Title and Figure legend here -
408+
</div> -->

0 commit comments

Comments
 (0)
Please sign in to comment.