Better stats page

This commit is contained in:
syuilo
2018-09-17 02:56:57 +09:00
parent 374b276f5c
commit 8751d91794
2 changed files with 5 additions and 4 deletions

View File

@ -100,7 +100,7 @@ export default Vue.extend({
created() {
(this as any).api('chart', {
limit: 32
limit: 35
}).then(chart => {
this.chart = chart;
});
@ -681,6 +681,6 @@ export default Vue.extend({
> div
> *
display block
height 320px
height 350px
</style>