We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b274a21 commit c4039aeCopy full SHA for c4039ae
docs/samples/box/disclosure.md
@@ -27,7 +27,7 @@ const annotation = {
27
color: 'rgba(208,208,208,0.2)',
28
content: 'Draft',
29
font: {
30
- size: 200
+ size: (ctx) => ctx.chart.chartArea.height / 1.5
31
},
32
position: 'center'
33
}
0 commit comments