Skip to content
Snippets Groups Projects
Commit 1b7d98c1 authored by syuilo's avatar syuilo
Browse files

🎨

parent 30384347
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -60,5 +60,5 @@ export default Vue.extend({
font-size 70%
> div
max-width 800px
max-width 850px
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment