Skip to content

Commit

Permalink
better bar chart title
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Nov 20, 2023
1 parent b33e274 commit 2b66008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fun BarChartDialog (
Text("Dismiss")
}
},
title = { Text("Publications / Year")},
title = { Text("Publications / Time Period")},
text = {
PlotPanel(
figure = createFigure(model),
Expand Down

0 comments on commit 2b66008

Please sign in to comment.