mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +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 = {
|
const options = {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
clip: false,
|
||||||
|
|
||||||
scales: {
|
scales: {
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
Reference in New Issue
Block a user