Better stats page
This commit is contained in:
parent
374b276f5c
commit
8751d91794
2 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue