mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Tell the chart not to clip the visibility of the contents. For #2806
This commit is contained in:
@ -94,6 +94,7 @@ export const Chart: FC<ChartProps> = ({
|
||||
|
||||
const options = {
|
||||
responsive: true,
|
||||
clip: false,
|
||||
|
||||
scales: {
|
||||
y: {
|
||||
|
||||
Reference in New Issue
Block a user