Skip to content

Commit

Permalink
Update plots.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenasandoval88 committed Apr 3, 2024
1 parent 8262144 commit eb81e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/plots.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ snpDiv.on('plotly_click', async function (data) {
let snpUrls = results.map( x => x["genotype.download_url"])

// add download button for pgsIds
functions.createButton("snp","snpButton", `download ${snpLabel} users`, snpUrls);
functions.createButton("snp","snpButton", `download ${results.length} "${snpLabel}" users`, results);
})

//plot openSNP phenotypes -----------------------------------------------
Expand Down

0 comments on commit eb81e58

Please sign in to comment.