Skip to content

Commit

Permalink
Hide Pedigree chart for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Jan 12, 2018
1 parent 7c25f97 commit be67c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion includes/tripalD3.api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function tripald3_load_libraries() {
drupal_add_js($path . '/js/tripalD3.test.js');
drupal_add_js($path . '/js/tripalD3.pie.js');
drupal_add_js($path . '/js/tripalD3.bar.js');
drupal_add_js($path . '/js/tripalD3.pedigree.js');
// @todo removing pedigree until data format is simplified.
//drupal_add_js($path . '/js/tripalD3.pedigree.js');

// CSS.
drupal_add_css($path . '/css/tripald3.css', array('group' => CSS_DEFAULT, 'type' => 'file'));
Expand Down
6 changes: 3 additions & 3 deletions templates/tripald3_demo_page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<!-- Javascript will add a Simple Bar Chart, Title and Figure legend here -->
</div>

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

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

0 comments on commit be67c13

Please sign in to comment.