Skip to content

Commit

Permalink
set y-axis Age distribution custom plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Oct 25, 2023
1 parent 77d637a commit 1084eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const getPlotConfig = (tableId: string) => {
type: 'bar',
// xaxistype: ''
xtitle: 'Age (years)',
ytitle: '',
ytitle: 'Count',
// barmode: ''
showlegend: false,
onCustomPlotClick: handlePlotClick,
Expand Down

0 comments on commit 1084eda

Please sign in to comment.