Tell the chart not to clip the visibility of the contents. For #2806
This commit is contained in:
parent
db669c548c
commit
0dc126e94d
@ -94,6 +94,7 @@ export const Chart: FC<ChartProps> = ({
|
||||
|
||||
const options = {
|
||||
responsive: true,
|
||||
clip: false,
|
||||
|
||||
scales: {
|
||||
y: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user