Skip to content

Commit

Permalink
Remove print option from heatmap download button (#7)
Browse files Browse the repository at this point in the history
* - Remove print option from heatmap download button

* - Update test for export options on heatmap
  • Loading branch information
haideriqbal authored and alfonsomunozpomer committed Mar 6, 2020
1 parent 91b8080 commit b412d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ describe(`MarkerGeneHeatmap`, () => {

expect(chartOptions.exporting.buttons.contextButton.menuItems).toEqual(
[
`printChart`,
`separator`,
`downloadPNG`,
`downloadJPEG`,
`downloadPDF`,
Expand Down
2 changes: 0 additions & 2 deletions packages/scxa-marker-gene-heatmap/src/MarkerGeneHeatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ const MarkerGeneHeatmap = (props) => {
text: `Download`,
symbol: `download`,
menuItems: [
`printChart`,
`separator`,
`downloadPNG`,
`downloadJPEG`,
`downloadPDF`,
Expand Down

0 comments on commit b412d07

Please sign in to comment.