This commit is contained in:
syuilo 2018-08-30 03:56:04 +09:00
parent 3038434712
commit 1b7d98c17e
2 changed files with 5 additions and 3 deletions

View file

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

View file

@ -60,5 +60,5 @@ export default Vue.extend({
font-size 70%
> div
max-width 800px
max-width 850px
</style>