diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 15:26:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 15:26:56 +0900 |
| commit | 6391caa60c4e946c6d93a322a957fa4b54c9d212 (patch) | |
| tree | 26083c7f5dea9e6dd5489eef20b24ff8fe11faeb /src/web | |
| parent | 2361 (diff) | |
| download | misskey-6391caa60c4e946c6d93a322a957fa4b54c9d212.tar.gz misskey-6391caa60c4e946c6d93a322a957fa4b54c9d212.tar.bz2 misskey-6391caa60c4e946c6d93a322a957fa4b54c9d212.zip | |
:art:
Diffstat (limited to 'src/web')
| -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)); |