Skip to content

Commit

Permalink
Fix entry function specifier for heatmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 4af913f commit 3c7b621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<import>../../heatmap_default/config/heatmap_shared.xml</import>
</macros>
<description>Applies hierarchical clustering to a matrix using R. The data has to be provided in 3-column format. The result is displayed as clustered heatmap.</description>
<entry_point entry_point_type="chart" src="../heatmap_default/static/script.js" func="heatmap_cluster"/>
<entry_point entry_point_type="chart" src="../heatmap_default/static/script.js" load="heatmap_cluster"/>
<expand macro="shared"/>
</visualization>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<import>heatmap_shared.xml</import>
</macros>
<description>Renders a heatmap from matrix data provided in 3-column format (x, y, observation).</description>
<entry_point entry_point_type="chart" src="../heatmap_default/static/script.js" func="heatmap_default"/>
<entry_point entry_point_type="chart" src="../heatmap_default/static/script.js" load="heatmap_default"/>
<expand macro="shared"/>
</visualization>

0 comments on commit 3c7b621

Please sign in to comment.