diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/stats/tags/index.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/stats/tags/index.tag b/src/web/app/stats/tags/index.tag index 015bf439de..0adf58b0bd 100644 --- a/src/web/app/stats/tags/index.tag +++ b/src/web/app/stats/tags/index.tag @@ -144,7 +144,7 @@ </style> <script> this.viewBoxX = 365; - this.viewBoxY = 60; + this.viewBoxY = 80; this.data = this.opts.data.reverse(); this.data.forEach(d => d.total = d.posts + d.replies + d.reposts); @@ -184,7 +184,7 @@ </style> <script> this.viewBoxX = 365; - this.viewBoxY = 60; + this.viewBoxY = 80; this.data = this.opts.data.reverse(); const peak = Math.max.apply(null, this.data.map(d => d.count)); |