Skip to content

Commit

Permalink
Merge pull request #140 from CanDIG/mshadbolt/change-genomic-xaxis
Browse files Browse the repository at this point in the history
change axis label to samples
  • Loading branch information
mshadbolt authored May 3, 2024
2 parents 2cf7391 + 1639f86 commit a404775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const DataVisualizationChartInfo = {
full_genomic_data: {
title: 'Complete Genomic',
xAxis: 'Site',
yAxis: 'Number of Patients'
yAxis: 'Number of Sample Registrations'
}
};
export const validCharts = ['bar', 'line', 'scatter', 'column'];
Expand Down

0 comments on commit a404775

Please sign in to comment.