0

Tell the chart not to clip the visibility of the contents. For #2806

This commit is contained in:
Gabe Kangas 2023-03-13 17:01:34 -07:00
parent db669c548c
commit 0dc126e94d
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -94,6 +94,7 @@ export const Chart: FC<ChartProps> = ({
const options = {
responsive: true,
clip: false,
scales: {
y: {