mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
Tweak: again trying to restore chart sizing in 0.10.x (#4479)
This commit is contained in:
parent
2d91b2b748
commit
94936ed09d
7 changed files with 25 additions and 11 deletions
|
@ -8,7 +8,7 @@ class Chart extends PureComponent {
|
|||
const { dataPoints, formatter, label } = this.props;
|
||||
|
||||
return (
|
||||
<div className="absolute -top-1 -left-1 h-[120px] w-[calc(100%+0.5em)] z-0">
|
||||
<div className="absolute -top-10 -left-2 h-[calc(100%+3em)] w-[calc(100%+1em)] z-0">
|
||||
<div className="overflow-clip z-10 w-full h-full">
|
||||
<ResponsiveContainer width="100%" height="100%">
|
||||
<AreaChart data={dataPoints}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue