Skip to content

Commit

Permalink
4 charts on mid screens
Browse files Browse the repository at this point in the history
Signed-off-by: Courtney Gosselin <[email protected]>
  • Loading branch information
CourtneyGosselin committed Dec 16, 2024
1 parent 6a62a38 commit f35998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/clinicalGenomic/widgets/dataVisualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function DataVisualization() {

function returndataVisData() {
const data = dataVisData.map((item, index) => (
<Grid item xs={12} sm={6} md={6} lg={6} xl={3} key={item + index}>
<Grid item xs={12} sm={12} md={6} lg={3} xl={3} key={item + index}>
<CustomOfflineChart
dataObject=""
dataVis={dataVis}
Expand Down

0 comments on commit f35998c

Please sign in to comment.