Skip to content

Commit

Permalink
Move it up a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 7, 2023
1 parent 490c672 commit c5a47a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chart/src/FigureChartModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class FigureChartModel extends ChartModel {
const annotation: Partial<Annotations> = {
align: 'center',
x: 0.5,
y: 1.1, // Needs to be shown above the chart
y: 1.12, // Needs to be shown above the chart
text: title,
showarrow: false,

Expand Down

0 comments on commit c5a47a0

Please sign in to comment.