Skip to content

Commit

Permalink
Merge pull request #1255 from jay-hodgson/EC-485c
Browse files Browse the repository at this point in the history
EC-485: new request to hide Upset plot for data release
  • Loading branch information
jay-hodgson authored Oct 3, 2024
2 parents 8c5755b + 9d6f006 commit 8807a86
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions apps/portals/elportal/src/config/routesConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {
partnersSql,
peopleSql,
projectsSql,
upsetPlotSql,
// upsetPlotSql,
} from './resources'
import { handleUpsetPlotClick } from './synapseConfigs/handleUpsetPlotClick'
//import { handleUpsetPlotClick } from './synapseConfigs/handleUpsetPlotClick'

const routes: GenericRoute[] = [
{
Expand Down Expand Up @@ -58,23 +58,23 @@ const routes: GenericRoute[] = [
entityId: 'syn51449135',
},
},
// Commented out for v1
{
name: 'UpsetPlot',
title: 'Exploring the Data',
outsideContainerClassName: 'home-spacer home-bg-dark',
centerTitle: true,
props: {
sql: upsetPlotSql,
rgbIndex: 0,
maxBarCount: 20,
setName: '# Files per assay',
combinationName: '# individuals',
onClick: handleUpsetPlotClick,
// summaryLinkText: 'Explore All Data',
// summaryLink: '/Explore/Data',
},
},
// Commented out for release (see EC-485)
// {
// name: 'UpsetPlot',
// title: 'Exploring the Data',
// outsideContainerClassName: 'home-spacer home-bg-dark',
// centerTitle: true,
// props: {
// sql: upsetPlotSql,
// rgbIndex: 0,
// maxBarCount: 20,
// setName: '# Files per assay',
// combinationName: '# individuals',
// onClick: handleUpsetPlotClick,
// // summaryLinkText: 'Explore All Data',
// // summaryLink: '/Explore/Data',
// },
// },
{
name: 'RssFeedCards',
title: "What's New",
Expand Down

0 comments on commit 8807a86

Please sign in to comment.