mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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 = {
|
const options = {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
clip: false,
|
||||||
|
|
||||||
scales: {
|
scales: {
|
||||||
y: {
|
y: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user